diff options
author | GitHub Action <action@github.com> | 2023-09-24 18:39:46 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-24 18:39:46 +0000 |
commit | 145466e40e5ac3ba8ccc172678f6d6cbf05c342e (patch) | |
tree | 9347eadbaf24722f5d7f454e0a54222eed18c31d | |
parent | d86c1131530d2a3c5244edfc264898450c058bbc (diff) | |
download | sncontinue-145466e40e5ac3ba8ccc172678f6d6cbf05c342e.tar.gz sncontinue-145466e40e5ac3ba8ccc172678f6d6cbf05c342e.tar.bz2 sncontinue-145466e40e5ac3ba8ccc172678f6d6cbf05c342e.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 230819c1..f25de832 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.397", + "version": "0.0.398", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.397", + "version": "0.0.398", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 105720c3..066e865d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.397", + "version": "0.0.398", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |