From c9256253f40b6b6be55a96286e1dfb01fc72861e Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 30 Nov 2023 11:14:49 +0100 Subject: [PATCH] 0.6.336 --- 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 3ea09a47..e94af711 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-abaplint", - "version": "0.6.335", + "version": "0.6.336", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-abaplint", - "version": "0.6.335", + "version": "0.6.336", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index e4a19b27..1d90eaac 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "ABAP linting, problems view, go to definition, find references, and quick fixes.", "author": "Lars Hvam", "license": "MIT", - "version": "0.6.335", + "version": "0.6.336", "repository": { "type": "git", "url": "https://github.com/abaplint/vscode-abaplint"