diff options
| author | Nate Sesti <sestinj@gmail.com> | 2023-09-02 23:01:06 -0700 | 
|---|---|---|
| committer | Nate Sesti <sestinj@gmail.com> | 2023-09-02 23:01:06 -0700 | 
| commit | f0a32f4cf55635203e46e369501475f4fbfe03eb (patch) | |
| tree | dc09667867c48f8a3bdf7129e06e34f4c874d549 | |
| parent | aa98080cb16c75d2b7d6d9771b97e63120052c62 (diff) | |
| parent | 5a05cf0256624ba06549ae066693a5846042bafe (diff) | |
| download | sncontinue-f0a32f4cf55635203e46e369501475f4fbfe03eb.tar.gz sncontinue-f0a32f4cf55635203e46e369501475f4fbfe03eb.tar.bz2 sncontinue-f0a32f4cf55635203e46e369501475f4fbfe03eb.zip | |
Merge branch 'main' of https://github.com/continuedev/continue
| -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 ef06c22b..bcae224d 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@  {    "name": "continue", -  "version": "0.0.363", +  "version": "0.0.364",    "lockfileVersion": 2,    "requires": true,    "packages": {      "": {        "name": "continue", -      "version": "0.0.363", +      "version": "0.0.364",        "license": "Apache-2.0",        "dependencies": {          "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 10ec678e..f10c3352 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@  {    "name": "continue",    "icon": "media/terminal-continue.png", -  "version": "0.0.363", +  "version": "0.0.364",    "repository": {      "type": "git",      "url": "https://github.com/continuedev/continue" | 
