diff --git a/package-lock.json b/package-lock.json index 0a08866..51b9dc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "publish-vscode-extension", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "publish-vscode-extension", - "version": "1.5.0", + "version": "1.6.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index afc2429..69842e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publish-vscode-extension", - "version": "1.5.0", + "version": "1.6.0", "description": "GitHub action to publish your VS Code Extension to the Open VSX Registry.", "main": "dist/index.js", "scripts": {