diff options
author | GitHub Action <action@github.com> | 2023-09-04 05:07:51 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-04 05:07:51 +0000 |
commit | 9fe3db5e33af79748087ad259788e1035a6aa9d3 (patch) | |
tree | 5bc359606a6d7fb153601351b1d1a4ae92d931ae | |
parent | e645a89192b28cc16a1303bfa5551834c64ecb77 (diff) | |
download | sncontinue-9fe3db5e33af79748087ad259788e1035a6aa9d3.tar.gz sncontinue-9fe3db5e33af79748087ad259788e1035a6aa9d3.tar.bz2 sncontinue-9fe3db5e33af79748087ad259788e1035a6aa9d3.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 10673f2f..8249cea1 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.365", + "version": "0.0.366", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.365", + "version": "0.0.366", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index ea2beda9..2325992d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.365", + "version": "0.0.366", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |