diff options
author | GitHub Action <action@github.com> | 2023-08-27 05:41:45 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-27 05:41:45 +0000 |
commit | 3758ec65bd48212905abe7dde8a33f846ccfcbf8 (patch) | |
tree | c715c8440d9eff8d3c5d3756d4420fd1e1c4b193 | |
parent | 868875aa5d8a9e362f0b3201eed403f473ee8ccb (diff) | |
download | sncontinue-3758ec65bd48212905abe7dde8a33f846ccfcbf8.tar.gz sncontinue-3758ec65bd48212905abe7dde8a33f846ccfcbf8.tar.bz2 sncontinue-3758ec65bd48212905abe7dde8a33f846ccfcbf8.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 f92bd66c..1898579f 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.333", + "version": "0.0.334", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.333", + "version": "0.0.334", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 81074a05..217c2260 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.333", + "version": "0.0.334", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |