diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-26 11:14:57 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-26 11:14:57 -0700 |
commit | 23b095a9c24f5bc52fc1ec09f344e751162bf968 (patch) | |
tree | 7c4c745ec6675a3e8afdc88d856e49d6e5e2e80b /extension | |
parent | bf82c6fd16a6777f0a9bb68ce4879d7bab9019bb (diff) | |
parent | f7b50698582d75282a64025fa7af36a8941ee5c0 (diff) | |
download | sncontinue-23b095a9c24f5bc52fc1ec09f344e751162bf968.tar.gz sncontinue-23b095a9c24f5bc52fc1ec09f344e751162bf968.tar.bz2 sncontinue-23b095a9c24f5bc52fc1ec09f344e751162bf968.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension')
-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 8d6668e4..ec540b57 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.400", + "version": "0.0.401", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.400", + "version": "0.0.401", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 4ab2f682..6efb736c 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.400", + "version": "0.0.401", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |