diff options
author | GitHub Action <action@github.com> | 2023-09-26 17:31:02 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-26 17:31:02 +0000 |
commit | f7b50698582d75282a64025fa7af36a8941ee5c0 (patch) | |
tree | a613e297df8d3e9b91fe3f65c8c2c4947af16363 | |
parent | a94b675aa1634b356648a731283f74d761508b54 (diff) | |
download | sncontinue-f7b50698582d75282a64025fa7af36a8941ee5c0.tar.gz sncontinue-f7b50698582d75282a64025fa7af36a8941ee5c0.tar.bz2 sncontinue-f7b50698582d75282a64025fa7af36a8941ee5c0.zip |
ci: 💚 Update package.json version [skip ci]
-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" |