From 5fdb6215aa0c6f90662770232e557ecc8326118b Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 20 Dec 2024 09:08:47 +0100 Subject: [PATCH] 0.6.448 --- 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 a9de4c4..344f0fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-abaplint", - "version": "0.6.447", + "version": "0.6.448", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-abaplint", - "version": "0.6.447", + "version": "0.6.448", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 13aa5aa..32e24c8 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.447", + "version": "0.6.448", "repository": { "type": "git", "url": "https://github.com/abaplint/vscode-abaplint"