diff options
author | GitHub Action <action@github.com> | 2023-08-18 17:45:16 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-18 17:45:16 +0000 |
commit | 27b352bb24bd002b9047f55a9e0ffe27a12d3235 (patch) | |
tree | 0846a66f467c4921d19e84c4d80c52db79539c3b | |
parent | 92b98c14a1b62f9423c75c14889553d1280fe842 (diff) | |
download | sncontinue-27b352bb24bd002b9047f55a9e0ffe27a12d3235.tar.gz sncontinue-27b352bb24bd002b9047f55a9e0ffe27a12d3235.tar.bz2 sncontinue-27b352bb24bd002b9047f55a9e0ffe27a12d3235.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 1eb975a4..d3f183cb 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.314", + "version": "0.0.315", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.314", + "version": "0.0.315", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index e04550ef..29d401a2 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.314", + "version": "0.0.315", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |