diff --git a/Changelog.md b/Changelog.md index 8273bb40..891e8404 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,7 +12,6 @@ - `ahk++.file.interpreterPathV2` now defaults to `C:/Program Files/AutoHotkey/v2/AutoHotkey64.exe` ([Issue #387](https://github.com/mark-wiemer-org/ahkpp/issues/387)) - Add breakpoint support for AHK v2 files ([Issue #384](https://github.com/mark-wiemer-org/ahkpp/issues/384)) - ## 5.0.0 - 2023-08-07 ✌️ diff --git a/package-lock.json b/package-lock.json index bf705b67..9c56ffd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "@vscode/debugadapter": "^1.57.0", diff --git a/package.json b/package.json index aeb18d4f..c2d56114 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AutoHotkey Plus Plus", - "version": "5.0.2", + "version": "5.0.3", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more", "categories": [ "Debuggers",