From ca221e5982afba352e7badba8ad01645d59b4a0f Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 24 Oct 2023 08:30:37 +0200 Subject: [PATCH] 0.6.319 --- 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 ceed3f94..9010215e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-abaplint", - "version": "0.6.318", + "version": "0.6.319", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-abaplint", - "version": "0.6.318", + "version": "0.6.319", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 8ad792e9..4b3558da 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.318", + "version": "0.6.319", "repository": { "type": "git", "url": "https://github.com/abaplint/vscode-abaplint"