diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-10-09 18:41:52 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-10-09 18:41:52 -0700 |
commit | 942186c144c97b1d16d5b492d9a3b2c2b735285c (patch) | |
tree | cc71d5bd5e8cf026a6f5cddd45590f2ca6ef6238 | |
parent | 7a3802523c2e5ae136c39849e2fbb0d3e7bba63e (diff) | |
download | sncontinue-942186c144c97b1d16d5b492d9a3b2c2b735285c.tar.gz sncontinue-942186c144c97b1d16d5b492d9a3b2c2b735285c.tar.bz2 sncontinue-942186c144c97b1d16d5b492d9a3b2c2b735285c.zip |
chore: :bookmark: update package.json version
-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 31de1c7a..9d9b3e19 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.1.14", + "version": "0.0.412", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.1.14", + "version": "0.0.412", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 6b7bee81..58d0b9fd 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/icon.png", - "version": "0.1.14", + "version": "0.0.412", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |