diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-02 12:06:54 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-02 12:06:54 -0700 |
commit | aadaf4fbac9d37c5cd2249030e90de054f7c832f (patch) | |
tree | cedb36ba21b4cd64bd9d3d5d5a328481ad51cd04 | |
parent | f057ee4d619b834dc245065d13417a86b44dc61b (diff) | |
parent | 65c92c6410c692708fe0ac1ab33ebaa4a9d86bbc (diff) | |
download | sncontinue-aadaf4fbac9d37c5cd2249030e90de054f7c832f.tar.gz sncontinue-aadaf4fbac9d37c5cd2249030e90de054f7c832f.tar.bz2 sncontinue-aadaf4fbac9d37c5cd2249030e90de054f7c832f.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 8f9b402a..9097e671 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.359", + "version": "0.0.360", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.359", + "version": "0.0.360", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index d6235455..8aefbb42 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.359", + "version": "0.0.360", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |