diff options
author | GitHub Action <action@github.com> | 2023-08-09 22:27:17 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-09 22:27:17 +0000 |
commit | 23df57edaee956c43a323da30a5bf0cc84182c67 (patch) | |
tree | bc2b33aa6d41df27ed324c2d21f2edcfcd67cc42 | |
parent | c22268e7b686a7470c0d5a66265bd828e685acd4 (diff) | |
download | sncontinue-23df57edaee956c43a323da30a5bf0cc84182c67.tar.gz sncontinue-23df57edaee956c43a323da30a5bf0cc84182c67.tar.bz2 sncontinue-23df57edaee956c43a323da30a5bf0cc84182c67.zip |
ci: 💚 Update package.json version [skip ci]
-rw-r--r-- | extension/package-lock.json | 4 | ||||
-rw-r--r-- | extension/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extension/package-lock.json b/extension/package-lock.json index 09f5aab3..e4308180 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.288", + "version": "0.0.289", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.288", + "version": "0.0.289", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index f7aa2a57..e887dc7a 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "The open-source coding autopilot", - "version": "0.0.288", + "version": "0.0.289", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |