diff --git a/package.json b/package.json index 0f6f53c..82e4d69 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.98", + "version": "1.0.99", "icon": "icon.png", "engines": { "vscode": "^1.84.0" @@ -139,4 +139,4 @@ "tree-sitter-wasms": "^0.1.11", "web-tree-sitter": "^0.22.6" } -} +} \ No newline at end of file diff --git a/webview-ui/src/components/Announcement.tsx b/webview-ui/src/components/Announcement.tsx index b662266..9a6f5d9 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.98

+

🎉{" "}New in v1.0.99