Skip to content

Commit fd07080

Browse files
committed
chore: update langserver version
1 parent 9971db6 commit fd07080

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Deltinteger/Deltinteger/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Deltin.Deltinteger
2121
{
2222
public class Program
2323
{
24-
public const string VERSION = "v3.2.1";
24+
public const string VERSION = "v3.2.3";
2525

2626
public static readonly string ExeFolder = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
2727

Deltinteger/Deltinteger/publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$configuration = 'Release'
22
$framework = 'net8.0'
3-
$ostw_version = 'v3.2.1'
3+
$ostw_version = 'v3.2.3'
44

55
# Cross platform, no runtime included.
66
'* Publishing self-contained'

overwatch-script-to-workshop/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

overwatch-script-to-workshop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "overwatch-script-to-workshop",
33
"displayName": "Overwatch Script To Workshop",
44
"description": "Autocomplete and syntax highlighting for Overwatch Script To Workshop",
5-
"version": "3.12.0",
5+
"version": "3.12.3",
66
"publisher": "Deltin",
77
"engines": {
88
"vscode": "^1.72.0"

0 commit comments

Comments
 (0)