summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-17 12:15:20 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-17 12:15:20 -0700
commitf88ba451077322ea8093bf860fb4d94ed5b3e41d (patch)
tree8e0a80c0ec7750b315737f42760bcc90197bf5de
parent9cd249ee007911037639281c6d7590889ad7b467 (diff)
parent099274c9a0971558c7991c06bab3ca0dcac5d138 (diff)
downloadsncontinue-f88ba451077322ea8093bf860fb4d94ed5b3e41d.tar.gz
sncontinue-f88ba451077322ea8093bf860fb4d94ed5b3e41d.tar.bz2
sncontinue-f88ba451077322ea8093bf860fb4d94ed5b3e41d.zip
Merge branch 'main' of https://github.com/continuedev/continue
-rw-r--r--continuedev/pyproject.toml2
-rw-r--r--extension/package-lock.json4
-rw-r--r--extension/package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml
index 239a1369..998bc1c7 100644
--- a/continuedev/pyproject.toml
+++ b/continuedev/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "continuedev"
-version = "0.1.30"
+version = "0.1.31"
description = ""
authors = ["Nate Sesti <sestinj@gmail.com>"]
readme = "README.md"
diff --git a/extension/package-lock.json b/extension/package-lock.json
index 87c48613..c6611b74 100644
--- a/extension/package-lock.json
+++ b/extension/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "continue",
- "version": "0.0.392",
+ "version": "0.0.393",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "continue",
- "version": "0.0.392",
+ "version": "0.0.393",
"license": "Apache-2.0",
"dependencies": {
"@electron/rebuild": "^3.2.10",
diff --git a/extension/package.json b/extension/package.json
index e12f66dd..3ff186fe 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -1,7 +1,7 @@
{
"name": "continue",
"icon": "media/terminal-continue.png",
- "version": "0.0.392",
+ "version": "0.0.393",
"repository": {
"type": "git",
"url": "https://github.com/continuedev/continue"