diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-09 00:35:02 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-09 00:35:02 -0700 |
commit | 9afda0bee3b72f4ad00423414dc782f8b4524c91 (patch) | |
tree | 01da8e564704e5b43383fc11e30ac8b49fe28213 | |
parent | 570891e0201769defeabec95a58c997f6d5f3889 (diff) | |
parent | c1547fea9d18e4fa6142961614322b6fe8e3f1bd (diff) | |
download | sncontinue-9afda0bee3b72f4ad00423414dc782f8b4524c91.tar.gz sncontinue-9afda0bee3b72f4ad00423414dc782f8b4524c91.tar.bz2 sncontinue-9afda0bee3b72f4ad00423414dc782f8b4524c91.zip |
Merge branch 'main' of https://github.com/continuedev/continue
-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 81f362bc..0477bac0 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.283", + "version": "0.0.284", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.283", + "version": "0.0.284", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 94568e0b..f2e3c4f5 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.283", + "version": "0.0.284", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |