diff options
-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 656e984f..5aae7130 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "continuedev" -version = "0.1.22" +version = "0.1.23" description = "" authors = ["Nate Sesti <sestinj@gmail.com>"] readme = "README.md" diff --git a/extension/package-lock.json b/extension/package-lock.json index 64462b20..3f77e8bf 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.384", + "version": "0.0.385", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.384", + "version": "0.0.385", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index a4c8bfc6..b9f2d5ba 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.384", + "version": "0.0.385", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |