From 08737ac119b3b480354f5013e5f3c4a031afea37 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:47:04 -0400 Subject: [PATCH] Update TaskHeader --- package.json | 2 +- webview-ui/src/components/Announcement.tsx | 2 +- webview-ui/src/components/SettingsView.tsx | 2 +- webview-ui/src/components/TaskHeader.tsx | 14 +++++++------- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 744ce96..10e8d56 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.92", + "version": "1.0.93", "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 ced16c8..30db5f2 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" }}> -

🎉{" "}New in v1.0.92

+

🎉{" "}New in v1.0.93