From 9a9e43efd9e18899395d4f70cea3fbad89582f9b Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Thu, 23 May 2024 22:40:59 -0700 Subject: [PATCH] Bump to 5.0.4 --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 806c50fc..66069563 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "vscode-autohotkey-plus-plus", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-autohotkey-plus-plus", - "version": "5.0.3", - "license": "MIT", + "version": "5.0.4", + "license": "See license.txt", "dependencies": { "@vscode/debugadapter": "^1.57.0", "get-port": "^5.1.1", diff --git a/package.json b/package.json index 246c3244..3bc7504a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-autohotkey-plus-plus", "displayName": "AutoHotkey Plus Plus", - "version": "5.0.3", + "version": "5.0.4", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more", "categories": [ "Debuggers", @@ -25,7 +25,7 @@ "type": "git", "url": "https://github.com/mark-wiemer/vscode-autohotkey-plus-plus.git" }, - "license": "MIT", + "license": "See license.txt", "publisher": "mark-wiemer", "main": "./out/extension", "scripts": {