diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-31 08:21:03 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-31 08:21:03 -0700 |
commit | e7d50a9cb64dca9b96b0a33983910b04bcfe7a0a (patch) | |
tree | bb238e7f932db878b06fdc5573eab150b9257391 | |
parent | fd4a4dcf004bea86d982ffffb66b4e3cb38193a6 (diff) | |
parent | 17891b6a55be17c9e55363ce78cc95105324af69 (diff) | |
download | sncontinue-e7d50a9cb64dca9b96b0a33983910b04bcfe7a0a.tar.gz sncontinue-e7d50a9cb64dca9b96b0a33983910b04bcfe7a0a.tar.bz2 sncontinue-e7d50a9cb64dca9b96b0a33983910b04bcfe7a0a.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 256ec819..49ee8361 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.352", + "version": "0.0.353", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.352", + "version": "0.0.353", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index b39183ae..d8aa3e52 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.352", + "version": "0.0.353", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |