diff options
author | GitHub Action <action@github.com> | 2023-08-10 19:11:33 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-10 19:11:33 +0000 |
commit | b82e61cf8ba2be3bcda00699618a83f7c4db275e (patch) | |
tree | ce069f7c48bd1dc96408aee04b4b6987b8470a4a /extension | |
parent | 9aee2cc44c461ce0e001185af85352e78522bab5 (diff) | |
download | sncontinue-b82e61cf8ba2be3bcda00699618a83f7c4db275e.tar.gz sncontinue-b82e61cf8ba2be3bcda00699618a83f7c4db275e.tar.bz2 sncontinue-b82e61cf8ba2be3bcda00699618a83f7c4db275e.zip |
ci: 💚 Update package.json version [skip ci]
Diffstat (limited to 'extension')
-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 25058dfd..6f7d32b2 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.294", + "version": "0.0.296", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.294", + "version": "0.0.296", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 02fc3c48..93b6e944 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.295", + "version": "0.0.296", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |