From c2fe3458ec4700f404279be4fcef880f4552d21a Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Mon, 7 Oct 2024 18:42:15 -0700 Subject: [PATCH] bump to 6.2.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dde47fa5..5fd13607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "6.2.0", + "version": "6.2.1", "license": "See license.txt", "dependencies": { "@vscode/debugadapter": "^1.57.0", diff --git a/package.json b/package.json index dfc4fd39..a0e716bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AutoHotkey Plus Plus", - "version": "6.2.0", + "version": "6.2.1", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!", "categories": [ "Debuggers",