diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-02 23:12:30 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-02 23:12:30 -0700 |
commit | 6385338b4130d842c8af60fa7783fb576bfb3f4c (patch) | |
tree | d5ebace0e2a758bbe354ddca7513e00c547a1de3 | |
parent | df58e7902c757bc693e953dc57e1f2dff5a2957b (diff) | |
parent | 22a7a0f03f4189365eec98fc35644ca2e469d813 (diff) | |
download | sncontinue-6385338b4130d842c8af60fa7783fb576bfb3f4c.tar.gz sncontinue-6385338b4130d842c8af60fa7783fb576bfb3f4c.tar.bz2 sncontinue-6385338b4130d842c8af60fa7783fb576bfb3f4c.zip |
Merge branch 'package-python' of https://github.com/continuedev/continue into package-python
-rw-r--r-- | extension/package-lock.json | 2 | ||||
-rw-r--r-- | extension/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extension/package-lock.json b/extension/package-lock.json index c24e2aed..f2c02c36 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "continue", - "version": "0.0.246", + "version": "0.0.247", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/extension/package.json b/extension/package.json index 62c3907c..8186b11f 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "The open-source coding autopilot", - "version": "0.0.246", + "version": "0.0.247", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |