We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c516bf2 commit c2531f6Copy full SHA for c2531f6
2 files changed
Deltinteger/Deltinteger/Program.cs
@@ -17,7 +17,7 @@ namespace Deltin.Deltinteger
17
{
18
public class Program
19
20
- public const string VERSION = "v1.7";
+ public const string VERSION = "v2.0";
21
22
public static readonly string ExeFolder = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
23
overwatch-script-to-workshop/package.json
@@ -2,7 +2,7 @@
2
"name": "overwatch-script-to-workshop",
3
"displayName": "Overwatch Script To Workshop",
4
"description": "Autocomplete and syntax highlighting for Overwatch Script To Workshop",
5
- "version": "2.1.0",
+ "version": "2.2.0",
6
"publisher": "Deltin",
7
"engines": {
8
"vscode": "^1.47.0"
0 commit comments