diff options
author | GitHub Action <action@github.com> | 2023-09-30 19:53:45 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-30 19:53:45 +0000 |
commit | 685c60bd26adfc87ab4e134251b71604b8ea53ea (patch) | |
tree | 3e144252b465d446077471b5098ece086cdbf50e /extension | |
parent | cc396503cb0322dda2cf97a13737bb346ff8d8d7 (diff) | |
download | sncontinue-685c60bd26adfc87ab4e134251b71604b8ea53ea.tar.gz sncontinue-685c60bd26adfc87ab4e134251b71604b8ea53ea.tar.bz2 sncontinue-685c60bd26adfc87ab4e134251b71604b8ea53ea.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 b8e4992d..031e8d53 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.407", + "version": "0.0.408", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.407", + "version": "0.0.408", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 0dd22847..17950862 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.407", + "version": "0.0.408", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |