diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-14 01:24:02 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-14 01:24:02 -0700 |
commit | 405e0946b2a1d17bd4c85754e237e91d3c055a0b (patch) | |
tree | aa313da493950afbad519f4042f170dd4bdfe4e3 | |
parent | 59b7453afed06418d4c171b65370a6a82f5a9221 (diff) | |
parent | 6021437222053e2d1902c1757a9eef3998fc3f32 (diff) | |
download | sncontinue-405e0946b2a1d17bd4c85754e237e91d3c055a0b.tar.gz sncontinue-405e0946b2a1d17bd4c85754e237e91d3c055a0b.tar.bz2 sncontinue-405e0946b2a1d17bd4c85754e237e91d3c055a0b.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 5aae7130..30a12b7e 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "continuedev" -version = "0.1.23" +version = "0.1.24" description = "" authors = ["Nate Sesti <sestinj@gmail.com>"] readme = "README.md" diff --git a/extension/package-lock.json b/extension/package-lock.json index 3f77e8bf..bf918d9e 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.385", + "version": "0.0.386", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.385", + "version": "0.0.386", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index b9f2d5ba..87b1d830 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.385", + "version": "0.0.386", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |