Skip to content

Commit

Permalink
chore: Bump langserver and extension versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CactusPuppy committed Oct 12, 2023
1 parent 8e6a8d7 commit f3c3204
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Deltinteger/Deltinteger/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Deltin.Deltinteger
{
public class Program
{
public const string VERSION = "v2.8.3";
public const string VERSION = "v2.8.4";

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

Expand Down
2 changes: 1 addition & 1 deletion Deltinteger/Deltinteger/publish.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$configuration = 'Release'
$framework = 'net6.0'
$ostw_version = 'v2.8.3'
$ostw_version = 'v2.8.4'

# Cross platform, no runtime included.
'* Publishing self-contained'
Expand Down
4 changes: 2 additions & 2 deletions overwatch-script-to-workshop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion overwatch-script-to-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "overwatch-script-to-workshop",
"displayName": "Overwatch Script To Workshop",
"description": "Autocomplete and syntax highlighting for Overwatch Script To Workshop",
"version": "3.8.1",
"version": "3.8.2",
"publisher": "Deltin",
"engines": {
"vscode": "^1.72.0"
Expand Down

0 comments on commit f3c3204

Please sign in to comment.