diff options
author | GitHub Action <action@github.com> | 2023-09-02 05:47:09 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-02 05:47:09 +0000 |
commit | b44b6a816ca51a0823720c63d5c4d8816a663f4b (patch) | |
tree | b19080d0c4b369b6a941f22e35eff6b9ad1b5da6 /extension | |
parent | cd18705b172501b66419134e0c054f571b073a1b (diff) | |
download | sncontinue-b44b6a816ca51a0823720c63d5c4d8816a663f4b.tar.gz sncontinue-b44b6a816ca51a0823720c63d5c4d8816a663f4b.tar.bz2 sncontinue-b44b6a816ca51a0823720c63d5c4d8816a663f4b.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 69d5ba39..11648f9e 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.356", + "version": "0.0.357", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.356", + "version": "0.0.357", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index e1155be6..7ff42177 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.356", + "version": "0.0.357", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |