diff options
author | GitHub Action <action@github.com> | 2023-09-26 19:49:31 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-26 19:49:31 +0000 |
commit | 0315ebcc09037c9bd7ac41660853701318f3d688 (patch) | |
tree | c1a1f47ddec1f4c32fd0421ce606f926c9f88375 | |
parent | aaaf6bb6e07952c64730e6af0de558febd5cb1a9 (diff) | |
download | sncontinue-0315ebcc09037c9bd7ac41660853701318f3d688.tar.gz sncontinue-0315ebcc09037c9bd7ac41660853701318f3d688.tar.bz2 sncontinue-0315ebcc09037c9bd7ac41660853701318f3d688.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 4225485e..7dee41e2 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.402", + "version": "0.0.403", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.402", + "version": "0.0.403", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index fb5df294..3792146d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.402", + "version": "0.0.403", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |