summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-24 11:27:31 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-24 11:27:31 -0700
commit3a772b59269776f32d7233084eb856f02fb7d03b (patch)
treec3351ea59387c26cd3a1ea4385ddc44ad24a19ad
parent4ea176007d2228364d4d3fa4519898047cef988f (diff)
parent5a8b443bace8abe2adfecfffc203ce334ba5b9e6 (diff)
downloadsncontinue-3a772b59269776f32d7233084eb856f02fb7d03b.tar.gz
sncontinue-3a772b59269776f32d7233084eb856f02fb7d03b.tar.bz2
sncontinue-3a772b59269776f32d7233084eb856f02fb7d03b.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 61978896..45d1bbe2 100644
--- a/continuedev/pyproject.toml
+++ b/continuedev/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "continuedev"
-version = "0.1.36"
+version = "0.1.37"
description = ""
authors = ["Nate Sesti <sestinj@gmail.com>"]
readme = "README.md"
diff --git a/extension/package-lock.json b/extension/package-lock.json
index 7f68a435..230819c1 100644
--- a/extension/package-lock.json
+++ b/extension/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "continue",
- "version": "0.0.396",
+ "version": "0.0.397",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "continue",
- "version": "0.0.396",
+ "version": "0.0.397",
"license": "Apache-2.0",
"dependencies": {
"@electron/rebuild": "^3.2.10",
diff --git a/extension/package.json b/extension/package.json
index 27356638..105720c3 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -1,7 +1,7 @@
{
"name": "continue",
"icon": "media/terminal-continue.png",
- "version": "0.0.396",
+ "version": "0.0.397",
"repository": {
"type": "git",
"url": "https://github.com/continuedev/continue"