From c823cdd4f8f55d69a6a24a9dc8f3f9dc91c86519 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sat, 3 Aug 2024 21:24:21 -0400 Subject: [PATCH] Update version --- package.json | 2 +- webview-ui/src/components/Announcement.tsx | 2 +- webview-ui/src/components/SettingsView.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 40003a8..53846af 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Claude Dev", "description": "Autonomous software engineer right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.", - "version": "1.0.9", + "version": "1.0.91", "icon": "icon.png", "engines": { "vscode": "^1.84.0" diff --git a/webview-ui/src/components/Announcement.tsx b/webview-ui/src/components/Announcement.tsx index d17d309..04f2dda 100644 --- a/webview-ui/src/components/Announcement.tsx +++ b/webview-ui/src/components/Announcement.tsx @@ -22,7 +22,7 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => { style={{ position: "absolute", top: "8px", right: "8px" }}> -
v1.0.9
+v1.0.91
)