فهرست منبع

Update version

Saoud Rizwan 1 سال پیش
والد
کامیت
77cbbbfe49
3فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      package.json
  2. 1 1
      webview-ui/src/components/Announcement.tsx
  3. 1 1
      webview-ui/src/components/SettingsView.tsx

+ 2 - 2
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.97",
+  "version": "1.0.98",
   "icon": "icon.png",
   "engines": {
     "vscode": "^1.84.0"
@@ -140,4 +140,4 @@
     "tree-sitter-wasms": "^0.1.11",
     "web-tree-sitter": "^0.22.6"
   }
-}
+}

+ 1 - 1
webview-ui/src/components/Announcement.tsx

@@ -22,7 +22,7 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
 				style={{ position: "absolute", top: "8px", right: "8px" }}>
 				<span className="codicon codicon-close"></span>
 			</VSCodeButton>
-			<h3 style={{ margin: "0 0 8px" }}>🎉{"  "}New in v1.0.97</h3>
+			<h3 style={{ margin: "0 0 8px" }}>🎉{"  "}New in v1.0.98</h3>
 			<ul style={{ margin: "0 0 8px", paddingLeft: "20px" }}>
 				<li>
 					Open in the editor (using{" "}

+ 1 - 1
webview-ui/src/components/SettingsView.tsx

@@ -129,7 +129,7 @@ const SettingsView = ({
 						https://github.com/saoudrizwan/claude-dev
 					</VSCodeLink>
 				</p>
-				<p style={{ fontStyle: "italic" }}>v1.0.97</p>
+				<p style={{ fontStyle: "italic" }}>v1.0.98</p>
 			</div>
 		</div>
 	)