diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-29 10:12:28 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-29 10:12:28 -0700 |
commit | ce3a5e9b6964d12b9f70b577a84d0f70115ac943 (patch) | |
tree | bb3a901e8a17968da081d07a1dc4dbefb3a6185f | |
parent | 72784f6f1161f0c5b647889c26089a8247111dc9 (diff) | |
download | sncontinue-ce3a5e9b6964d12b9f70b577a84d0f70115ac943.tar.gz sncontinue-ce3a5e9b6964d12b9f70b577a84d0f70115ac943.tar.bz2 sncontinue-ce3a5e9b6964d12b9f70b577a84d0f70115ac943.zip |
chore: :bookmark: patch
-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 18c80fed..6a4c45de 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.225", + "version": "0.0.226", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.225", + "version": "0.0.226", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index b2c94593..8422773c 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.225", + "version": "0.0.226", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |