diff options
author | GitHub Action <action@github.com> | 2023-08-25 17:42:49 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-25 17:42:49 +0000 |
commit | dd43894590772534a356c35c34d22c0f26b818dc (patch) | |
tree | b582d82008863ceab41c840eaae78db7a37c9ffa | |
parent | a55d64127a1e972d03f54a175b54eb0ad78e2b0e (diff) | |
download | sncontinue-dd43894590772534a356c35c34d22c0f26b818dc.tar.gz sncontinue-dd43894590772534a356c35c34d22c0f26b818dc.tar.bz2 sncontinue-dd43894590772534a356c35c34d22c0f26b818dc.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 5dfa7f8a..c6694660 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.329", + "version": "0.0.330", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.329", + "version": "0.0.330", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 8753c7d3..e5c641d9 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.329", + "version": "0.0.330", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |