diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-02 22:20:28 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-02 22:20:28 -0700 |
commit | 2bc5547dc9878991e744f5fb7d3bb5c51e4ab3eb (patch) | |
tree | 4063a19165d0d58b196e76175d36dd1b333ccc8f | |
parent | fdb043a2320abcea3f9c835c6dcdec0050e89553 (diff) | |
parent | 6e0d0f48298f24e194568361a58c9a8a9ba9a13f (diff) | |
download | sncontinue-2bc5547dc9878991e744f5fb7d3bb5c51e4ab3eb.tar.gz sncontinue-2bc5547dc9878991e744f5fb7d3bb5c51e4ab3eb.tar.bz2 sncontinue-2bc5547dc9878991e744f5fb7d3bb5c51e4ab3eb.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 fc75b606..9be3304d 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "continue", - "version": "0.0.243", + "version": "0.0.244", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/extension/package.json b/extension/package.json index 39165c48..b9b79c28 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.243", + "version": "0.0.244", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |