From 75cf9812c7c9b43aff911fb34feff6d8d522fe98 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Sat, 9 Nov 2024 13:00:48 -0800 Subject: [PATCH] Bump to 6.4.1 --- ahk2 | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ahk2 b/ahk2 index bf91d871..1dc92662 160000 --- a/ahk2 +++ b/ahk2 @@ -1 +1 @@ -Subproject commit bf91d8719e827909ecfa02370fcf83bea1140b82 +Subproject commit 1dc926623ee269779a7457cb250d734b291b9e9e diff --git a/package-lock.json b/package-lock.json index 96add50f..556380f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "6.4.0", + "version": "6.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "6.4.0", + "version": "6.4.1", "license": "See license.md", "dependencies": { "@vscode/debugadapter": "^1.57.0", diff --git a/package.json b/package.json index f27bd1d0..b5ae787a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AHK++ (AutoHotkey Plus Plus)", - "version": "6.4.0", + "version": "6.4.1", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!", "categories": [ "Debuggers",