From 5e5ed2d8d14ead3b8d75315cf3c2e605e3e84731 Mon Sep 17 00:00:00 2001 From: Vasco-jofra <11303847+Vasco-jofra@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:03:35 +0100 Subject: [PATCH] version: Bump to 1.2.3 --- 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 204f161..675708f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "weaudit", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "weaudit", - "version": "1.2.2", + "version": "1.2.3", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@vscode/webview-ui-toolkit": "^1.4.0", diff --git a/package.json b/package.json index edef184..092c10c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "weaudit", "displayName": "weAudit", "description": "Bookmark findings and quickly navigate to areas of interest in the codebase", - "version": "1.2.2", + "version": "1.2.3", "publisher": "trailofbits", "author": "Trail of Bits", "categories": [],