diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-10 10:47:13 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-10 10:47:13 -0700 |
commit | f73931c4fd5cdc7dbe893616bc8f611094cd2c0d (patch) | |
tree | 59e7771124c668162061e0928a0b4899b058ed10 /extension | |
parent | 19acf3bb36c1e44274297c806b89b589ca02f5ba (diff) | |
parent | 0a98c5b312c69079b7bba07b93f2dcb1d609e5a4 (diff) | |
download | sncontinue-f73931c4fd5cdc7dbe893616bc8f611094cd2c0d.tar.gz sncontinue-f73931c4fd5cdc7dbe893616bc8f611094cd2c0d.tar.bz2 sncontinue-f73931c4fd5cdc7dbe893616bc8f611094cd2c0d.zip |
Merge branch 'ci-testing' of https://github.com/continuedev/continue into ci-testing
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 610d4b45..cda38826 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.292", + "version": "0.0.293", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.292", + "version": "0.0.293", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 9eb18355..cd536858 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.292", + "version": "0.0.293", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |