diff options
author | GitHub Action <action@github.com> | 2023-08-25 20:50:59 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-25 20:50:59 +0000 |
commit | 0b6104faeb19f16cec19cf1930348e71d4ce4d20 (patch) | |
tree | 1b6cc4e5d895e04986f3b9fb633c17927b44a034 | |
parent | e17be65cd6c391f5b7854ca7a6b02bfee90c0039 (diff) | |
download | sncontinue-0b6104faeb19f16cec19cf1930348e71d4ce4d20.tar.gz sncontinue-0b6104faeb19f16cec19cf1930348e71d4ce4d20.tar.bz2 sncontinue-0b6104faeb19f16cec19cf1930348e71d4ce4d20.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 c6694660..4cb78ce5 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.330", + "version": "0.0.331", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.330", + "version": "0.0.331", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index e5c641d9..15b71315 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.330", + "version": "0.0.331", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |