diff options
author | GitHub Action <action@github.com> | 2023-09-11 21:27:21 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-11 21:27:21 +0000 |
commit | 8c5e7e60679895e21d9f6b866c67509459beec75 (patch) | |
tree | 296447b4b3e09d282fd3b14560be9ade98e95f81 | |
parent | 2c72d668a6d7e7643ec0f62f7c49fb167b32638f (diff) | |
download | sncontinue-8c5e7e60679895e21d9f6b866c67509459beec75.tar.gz sncontinue-8c5e7e60679895e21d9f6b866c67509459beec75.tar.bz2 sncontinue-8c5e7e60679895e21d9f6b866c67509459beec75.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 d2a4aaff..81b54e78 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.380", + "version": "0.0.381", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.380", + "version": "0.0.381", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 234fcffe..60f1a9ba 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.380", + "version": "0.0.381", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |