diff options
author | GitHub Action <action@github.com> | 2023-09-26 18:27:34 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-26 18:27:34 +0000 |
commit | f11825ae8b4d39efa5d9cf20a4930532e55af67d (patch) | |
tree | d4c7e544c6dad3ea1f38866f769bd5881d0f04e0 /extension | |
parent | 23b095a9c24f5bc52fc1ec09f344e751162bf968 (diff) | |
download | sncontinue-f11825ae8b4d39efa5d9cf20a4930532e55af67d.tar.gz sncontinue-f11825ae8b4d39efa5d9cf20a4930532e55af67d.tar.bz2 sncontinue-f11825ae8b4d39efa5d9cf20a4930532e55af67d.zip |
ci: 💚 Update package.json version [skip ci]
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 ec540b57..4225485e 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.401", + "version": "0.0.402", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.401", + "version": "0.0.402", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 6efb736c..fb5df294 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.401", + "version": "0.0.402", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |