diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-02 21:40:23 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-02 21:40:23 -0700 |
commit | bfe5a91f3dcd631fb3a17c5adbaf782bad10e646 (patch) | |
tree | 68dee87eecdc0c049d88f060ed4050b2edf85335 | |
parent | b194a66f392fe67a9a8d0dbd58fb4d8055ca7261 (diff) | |
parent | d80d43e370a217f544a66217b0a2e92cfb8c96d0 (diff) | |
download | sncontinue-bfe5a91f3dcd631fb3a17c5adbaf782bad10e646.tar.gz sncontinue-bfe5a91f3dcd631fb3a17c5adbaf782bad10e646.tar.bz2 sncontinue-bfe5a91f3dcd631fb3a17c5adbaf782bad10e646.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 2bf304cf..b8b1ddcd 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "continue", - "version": "0.0.240", + "version": "0.0.242", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/extension/package.json b/extension/package.json index a8345887..d428bac3 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.241", + "version": "0.0.242", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |