From e04159a72b1a24d0d63b493aca9ea3d309c833af Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Thu, 7 Jul 2022 10:40:56 -0700 Subject: [PATCH] Republish 2.8.2 as 2.8.4 See https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/issues/153 and https://github.com/microsoft/vsmarketplace/issues/235 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04d3f368..9d96c317 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-autohotkey-plus-plus", "displayName": "AutoHotkey Plus Plus", "description": "AutoHotkey IntelliSense, debug, and language support for VS Code, forked from AutoHotkey Plus by cweijan", - "version": "2.8.2", + "version": "2.8.4", "publisher": "mark-wiemer", "engines": { "vscode": "^1.30.0"