diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-29 18:43:42 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-29 18:43:42 -0700 |
commit | bb1e2adcfda95ead98689d4f36915d4ac49f0a01 (patch) | |
tree | 9cab51ac58f3183465817501b8f31b6fde7f1398 | |
parent | 227dfcaa7d4474997d75dc1f1e4b0908c35a3dfc (diff) | |
parent | 64558321addcc80de9137cf9c9ef1bf7ed85ffa5 (diff) | |
download | sncontinue-bb1e2adcfda95ead98689d4f36915d4ac49f0a01.tar.gz sncontinue-bb1e2adcfda95ead98689d4f36915d4ac49f0a01.tar.bz2 sncontinue-bb1e2adcfda95ead98689d4f36915d4ac49f0a01.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 83991d1f..a42dcc22 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.405", + "version": "0.0.406", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.405", + "version": "0.0.406", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 507e93fc..7d9e1c8f 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.405", + "version": "0.0.406", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |