diff options
author | GitHub Action <action@github.com> | 2023-09-14 08:34:37 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-14 08:34:37 +0000 |
commit | 1f1271cc69b157a0845c45a69c60ba8f1ac8ce68 (patch) | |
tree | 46572a5624c035ee702c4268af2ee9eabfd07f7e | |
parent | 41b3ff798114886498a385358fc2f47d3bb4416e (diff) | |
download | sncontinue-1f1271cc69b157a0845c45a69c60ba8f1ac8ce68.tar.gz sncontinue-1f1271cc69b157a0845c45a69c60ba8f1ac8ce68.tar.bz2 sncontinue-1f1271cc69b157a0845c45a69c60ba8f1ac8ce68.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 bf918d9e..cc7f76be 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.386", + "version": "0.0.387", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.386", + "version": "0.0.387", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 87b1d830..87af418c 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.386", + "version": "0.0.387", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |