From d1c33026888f3e34e976789c420a3b620792a458 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 16 Jun 2024 10:48:00 +0200 Subject: [PATCH] 0.6.391 --- 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 9cf856a..21bafc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-abaplint", - "version": "0.6.390", + "version": "0.6.391", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-abaplint", - "version": "0.6.390", + "version": "0.6.391", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 941bb48..18305a3 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.390", + "version": "0.6.391", "repository": { "type": "git", "url": "https://github.com/abaplint/vscode-abaplint"