diff options
author | GitHub Action <action@github.com> | 2023-08-28 02:54:31 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-28 02:54:31 +0000 |
commit | fd468c9875f70332e8ca1e81941332a6e8018828 (patch) | |
tree | 6c01fa301ef2c2f371e1e56470f9ef25d309e88f | |
parent | 50491384158b36530a1435ec4517ed6b065a0bf0 (diff) | |
download | sncontinue-fd468c9875f70332e8ca1e81941332a6e8018828.tar.gz sncontinue-fd468c9875f70332e8ca1e81941332a6e8018828.tar.bz2 sncontinue-fd468c9875f70332e8ca1e81941332a6e8018828.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 2a912dd8..753c955c 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.341", + "version": "0.0.342", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.341", + "version": "0.0.342", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 52dde4fd..a5f14f40 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.341", + "version": "0.0.342", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |