diff options
author | GitHub Action <action@github.com> | 2023-09-30 03:30:38 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-30 03:30:38 +0000 |
commit | a149520fd973e9cd3ab42dad3bed952215e84992 (patch) | |
tree | 99ac3bf6efe51eb55b7719308390efa7f907460e /extension | |
parent | 0dfdd4c52a9d686af54346ade35e0bcff226c8b9 (diff) | |
download | sncontinue-a149520fd973e9cd3ab42dad3bed952215e84992.tar.gz sncontinue-a149520fd973e9cd3ab42dad3bed952215e84992.tar.bz2 sncontinue-a149520fd973e9cd3ab42dad3bed952215e84992.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 a42dcc22..b8e4992d 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.406", + "version": "0.0.407", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.406", + "version": "0.0.407", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 7d9e1c8f..0dd22847 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.406", + "version": "0.0.407", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |