Skip to content

Commit 071418e

Browse files
committed
Bumped to v1.7.2
1 parent 29f586d commit 071418e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

extensions/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "pearai",
44
"publisher": "pearai",
55
"icon": "media/icon.png",
6-
"version": "1.7.1",
6+
"version": "1.7.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/trypear/pearai-submodule"

extensions/vscode/src/integrations/aider/aiderUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { isFirstPearAICreatorLaunch } from "../../copySettings";
99
import { VsCodeWebviewProtocol } from "../../webviewProtocol";
1010
import * as os from "os";
1111

12-
export const PEARAI_AIDER_VERSION = "0.65.0";
12+
export const PEARAI_AIDER_VERSION = "0.72.0";
1313

1414
const PLATFORM = process.platform;
1515
const IS_WINDOWS = PLATFORM === "win32";

0 commit comments

Comments
 (0)