diff options
| author | Nate Sesti <sestinj@gmail.com> | 2023-09-12 00:59:23 -0700 | 
|---|---|---|
| committer | Nate Sesti <sestinj@gmail.com> | 2023-09-12 00:59:23 -0700 | 
| commit | b3ecb559cecb6b6a11ab23e24f107361036a9cec (patch) | |
| tree | 52d91a006212581c19969e3d629b00374fad79e9 | |
| parent | 331b2adcb6f8d962e4ed19292fd2ab5838ba479e (diff) | |
| parent | 8c5e7e60679895e21d9f6b866c67509459beec75 (diff) | |
| download | sncontinue-b3ecb559cecb6b6a11ab23e24f107361036a9cec.tar.gz sncontinue-b3ecb559cecb6b6a11ab23e24f107361036a9cec.tar.bz2 sncontinue-b3ecb559cecb6b6a11ab23e24f107361036a9cec.zip | |
Merge branch 'main' of https://github.com/continuedev/continue
| -rw-r--r-- | continuedev/pyproject.toml | 2 | ||||
| -rw-r--r-- | extension/package-lock.json | 4 | ||||
| -rw-r--r-- | extension/package.json | 2 | 
3 files changed, 4 insertions, 4 deletions
| diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index 2f209dc1..02371b46 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -1,6 +1,6 @@  [tool.poetry]  name = "continuedev" -version = "0.1.16" +version = "0.1.17"  description = ""  authors = ["Nate Sesti <sestinj@gmail.com>"]  readme = "README.md" diff --git a/extension/package-lock.json b/extension/package-lock.json index d2a4aaff..81b54e78 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@  {    "name": "continue", -  "version": "0.0.380", +  "version": "0.0.381",    "lockfileVersion": 2,    "requires": true,    "packages": {      "": {        "name": "continue", -      "version": "0.0.380", +      "version": "0.0.381",        "license": "Apache-2.0",        "dependencies": {          "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 234fcffe..60f1a9ba 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@  {    "name": "continue",    "icon": "media/terminal-continue.png", -  "version": "0.0.380", +  "version": "0.0.381",    "repository": {      "type": "git",      "url": "https://github.com/continuedev/continue" | 
