diff options
| author | GitHub Action <action@github.com> | 2023-09-02 18:43:02 +0000 | 
|---|---|---|
| committer | GitHub Action <action@github.com> | 2023-09-02 18:43:02 +0000 | 
| commit | 2364dae8a06f16e95e0f8e41f3666f03256aff64 (patch) | |
| tree | 9e7c355b8283eb0efb801ca0aeb995b6ba56b505 /extension | |
| parent | 3af4d6b1edeac113499cc9626cea75a5083b1030 (diff) | |
| download | sncontinue-2364dae8a06f16e95e0f8e41f3666f03256aff64.tar.gz sncontinue-2364dae8a06f16e95e0f8e41f3666f03256aff64.tar.bz2 sncontinue-2364dae8a06f16e95e0f8e41f3666f03256aff64.zip | |
ci: 💚 Update package.json version [skip ci]
Diffstat (limited to 'extension')
| -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 039a36d6..8f9b402a 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@  {    "name": "continue", -  "version": "0.0.358", +  "version": "0.0.359",    "lockfileVersion": 2,    "requires": true,    "packages": {      "": {        "name": "continue", -      "version": "0.0.358", +      "version": "0.0.359",        "license": "Apache-2.0",        "dependencies": {          "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index d8855c30..d6235455 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@  {    "name": "continue",    "icon": "media/terminal-continue.png", -  "version": "0.0.358", +  "version": "0.0.359",    "repository": {      "type": "git",      "url": "https://github.com/continuedev/continue" | 
