From e451b766c431b4791edc61d296f429eb4dd6a3ba Mon Sep 17 00:00:00 2001 From: Filipe Casal Date: Wed, 20 Mar 2024 16:07:55 +0000 Subject: [PATCH] docs: bump package.json version --- 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 5a8624e..a2b6fa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "weaudit", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "weaudit", - "version": "1.0.1", + "version": "1.1.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@vscode/webview-ui-toolkit": "^1.4.0", diff --git a/package.json b/package.json index 0b8c6d2..e1ad3a4 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.0.1", + "version": "1.1.0", "publisher": "trailofbits", "author": "Trail of Bits", "categories": [],