diff options
| author | Nate Sesti <sestinj@gmail.com> | 2023-09-02 13:11:01 -0700 | 
|---|---|---|
| committer | Nate Sesti <sestinj@gmail.com> | 2023-09-02 13:11:01 -0700 | 
| commit | 48f51f6f7f68c90a2ea8f966e7bdf0d8118aa24c (patch) | |
| tree | 161ad809cd1ae531b08af801156890ea9bdba5a4 /extension | |
| parent | d04eec7ee97319a6bcc48d289cd6eb3e0d9b8e19 (diff) | |
| parent | 48f7123123daee765606dbf2dc836d4de484cbda (diff) | |
| download | sncontinue-48f51f6f7f68c90a2ea8f966e7bdf0d8118aa24c.tar.gz sncontinue-48f51f6f7f68c90a2ea8f966e7bdf0d8118aa24c.tar.bz2 sncontinue-48f51f6f7f68c90a2ea8f966e7bdf0d8118aa24c.zip | |
Merge branch 'main' of https://github.com/continuedev/continue
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 9097e671..7b13cb55 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@  {    "name": "continue", -  "version": "0.0.360", +  "version": "0.0.361",    "lockfileVersion": 2,    "requires": true,    "packages": {      "": {        "name": "continue", -      "version": "0.0.360", +      "version": "0.0.361",        "license": "Apache-2.0",        "dependencies": {          "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 8aefbb42..af88737e 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@  {    "name": "continue",    "icon": "media/terminal-continue.png", -  "version": "0.0.360", +  "version": "0.0.361",    "repository": {      "type": "git",      "url": "https://github.com/continuedev/continue" | 
