diff options
author | GitHub Action <action@github.com> | 2023-09-05 18:08:04 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-05 18:08:04 +0000 |
commit | 2db569d0804164b9ade41b0e718376721f4570dc (patch) | |
tree | 09a1a14e4b04e2fc9a6e175a5e608a051b10aca8 /extension | |
parent | c8cc9398b97ceda16be5d196bdfa22461dcd00ad (diff) | |
download | sncontinue-2db569d0804164b9ade41b0e718376721f4570dc.tar.gz sncontinue-2db569d0804164b9ade41b0e718376721f4570dc.tar.bz2 sncontinue-2db569d0804164b9ade41b0e718376721f4570dc.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 d6547e90..009f9795 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.371", + "version": "0.0.372", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.371", + "version": "0.0.372", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 49ab6f62..49726115 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.371", + "version": "0.0.372", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |