diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-28 00:14:29 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-28 00:14:29 -0700 |
commit | 972f38d7255af08ca5819751db69160933b78a4b (patch) | |
tree | 59bee863ca9b8d76c3dfb7d24a84b30104dd13fe | |
parent | f5b1b577c953238f0d74f4ffc074d05d55903796 (diff) | |
parent | 2a4fbb23614b03aba707e35b412d1c901f00ea93 (diff) | |
download | sncontinue-972f38d7255af08ca5819751db69160933b78a4b.tar.gz sncontinue-972f38d7255af08ca5819751db69160933b78a4b.tar.bz2 sncontinue-972f38d7255af08ca5819751db69160933b78a4b.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 dfa90c3f..6e318d6d 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.342", + "version": "0.0.343", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.342", + "version": "0.0.343", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 9aad744c..8224cfea 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.342", + "version": "0.0.343", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |