diff --git a/package-lock.json b/package-lock.json index da3ac0c1..3601be75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-github-actions", - "version": "0.25.0", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-github-actions", - "version": "0.25.0", + "version": "0.9.0", "license": "MIT", "dependencies": { "@github/actions-languageserver": "*", diff --git a/package.json b/package.json index 0a272e40..07df38dd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/github/vscode-github-actions" }, "description": "GitHub Actions workflows and runs for github.com hosted repositories in VS Code", - "version": "0.25.0", + "version": "0.9.0", "engines": { "vscode": "^1.72.0", "node": ">= 16" @@ -555,4 +555,4 @@ "uuid": "^3.3.3", "vscode-languageclient": "^8.0.2" } -} \ No newline at end of file +}