diff options
author | GitHub Action <action@github.com> | 2023-09-25 08:05:24 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-25 08:05:24 +0000 |
commit | dfe535b22aaefd510a6d511ed355e26fff22b61e (patch) | |
tree | 5f0dbe136bfd05777471f43207ab56be94c420d5 | |
parent | 208eb65f67ccc62ce6d683fd9bed2fe9524b2136 (diff) | |
download | sncontinue-dfe535b22aaefd510a6d511ed355e26fff22b61e.tar.gz sncontinue-dfe535b22aaefd510a6d511ed355e26fff22b61e.tar.bz2 sncontinue-dfe535b22aaefd510a6d511ed355e26fff22b61e.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 1d335c12..8d6668e4 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.399", + "version": "0.0.400", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.398", + "version": "0.0.400", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 4a494f1c..41973a7b 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.399", + "version": "0.0.400", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |