diff --git a/package-lock.json b/package-lock.json index 3bf310c..4b82cf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "weaudit", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "weaudit", - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "@vscode/webview-ui-toolkit": "^1.4.0", "asciichart": "^1.5.25" diff --git a/package.json b/package.json index aace295..ed3099a 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.0", + "version": "1.0.1", "publisher": "trailofbits", "author": "Trail of Bits", "categories": [],