diff --git a/package-lock.json b/package-lock.json index bdc20eeb..ecfcfe21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "6.1.1", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "6.1.1", + "version": "6.2.0", "license": "See license.txt", "dependencies": { "@vscode/debugadapter": "^1.57.0", @@ -48,7 +48,7 @@ "vscode-tmgrammar-test": "^0.1.1" }, "engines": { - "vscode": "^1.90.0" + "vscode": "^1.93.0" } }, "node_modules/@azure/abort-controller": { diff --git a/package.json b/package.json index 309f1ab3..5fc6674f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AutoHotkey Plus Plus", - "version": "6.1.1", + "version": "6.2.0", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!", "categories": [ "Debuggers",