diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-31 09:34:39 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-31 09:34:39 -0700 |
commit | 25cc0c438f78b1f5029debc36cc10a36e9fb542a (patch) | |
tree | bea7aab1b81f165c6661ee86f6a44709b83be1af | |
parent | 32a9a477d33acd5cdde08164ebeb355b27a656b5 (diff) | |
parent | 21c26f8bd649660d80591b166749cc2412501013 (diff) | |
download | sncontinue-25cc0c438f78b1f5029debc36cc10a36e9fb542a.tar.gz sncontinue-25cc0c438f78b1f5029debc36cc10a36e9fb542a.tar.bz2 sncontinue-25cc0c438f78b1f5029debc36cc10a36e9fb542a.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 49ee8361..12487021 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.353", + "version": "0.0.354", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.353", + "version": "0.0.354", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index d8aa3e52..16d9bce5 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.353", + "version": "0.0.354", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |