diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-08 11:45:58 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-08 11:45:58 -0700 |
commit | 816005ffa02636e1183d6715a4aad94835430405 (patch) | |
tree | 748717af2bad575058681191a7bd29a1a4655083 | |
parent | 1a36a3c02acaf6bf29d4153c113217517b832942 (diff) | |
parent | 55d534de42fa972390f6ba3d2a287badf46436fc (diff) | |
download | sncontinue-816005ffa02636e1183d6715a4aad94835430405.tar.gz sncontinue-816005ffa02636e1183d6715a4aad94835430405.tar.bz2 sncontinue-816005ffa02636e1183d6715a4aad94835430405.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 eea8cf45..27a661bc 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.277", + "version": "0.0.278", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.277", + "version": "0.0.278", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index cd8b770a..7f0aa291 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.277", + "version": "0.0.278", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |