diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-09 17:20:58 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-09 17:20:58 -0700 |
commit | 913cb2c3c458cdb4961c7df6c76ab23dc792f71d (patch) | |
tree | 2bf068f437935634badeaa843f6a14ef9aa898d2 | |
parent | 38e827243ceff3732cd0f260e7a3bd4941a96bc5 (diff) | |
parent | 6d34660653a8ec990006ee72d262b024913faef0 (diff) | |
download | sncontinue-913cb2c3c458cdb4961c7df6c76ab23dc792f71d.tar.gz sncontinue-913cb2c3c458cdb4961c7df6c76ab23dc792f71d.tar.bz2 sncontinue-913cb2c3c458cdb4961c7df6c76ab23dc792f71d.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 64ac9df5..1b8537b7 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "continuedev" -version = "0.1.9" +version = "0.1.10" description = "" authors = ["Nate Sesti <sestinj@gmail.com>"] readme = "README.md" diff --git a/extension/package-lock.json b/extension/package-lock.json index 6bd82f01..6463d686 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.378", + "version": "0.0.379", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.378", + "version": "0.0.379", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 55727535..77531db3 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.378", + "version": "0.0.379", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |