diff options
author | GitHub Action <action@github.com> | 2023-08-31 15:32:22 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-31 15:32:22 +0000 |
commit | 21c26f8bd649660d80591b166749cc2412501013 (patch) | |
tree | 8a719a19ba9f0c86984f7c228f94833195e1f310 /extension | |
parent | e7d50a9cb64dca9b96b0a33983910b04bcfe7a0a (diff) | |
download | sncontinue-21c26f8bd649660d80591b166749cc2412501013.tar.gz sncontinue-21c26f8bd649660d80591b166749cc2412501013.tar.bz2 sncontinue-21c26f8bd649660d80591b166749cc2412501013.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 49ee8361..12487021 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.353", + "version": "0.0.354", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.353", + "version": "0.0.354", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index d8aa3e52..16d9bce5 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.353", + "version": "0.0.354", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |