黄中银 2 tuần trước cách đây
mục cha
commit
7554503a9c
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      package.json
  2. 1 1
      src-tauri/Cargo.toml
  3. 1 1
      src-tauri/tauri.conf.json

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "claude-ai-installer",
-  "version": "1.0.2",
+  "version": "1.0.1",
   "description": "Claude AI安装器 - Claude AI Installer",
   "type": "module",
   "scripts": {

+ 1 - 1
src-tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "claude-ai-installer"
-version = "1.0.2"
+version = "1.0.1"
 description = "Claude AI安装器 - Claude AI Installer"
 authors = ["Claude AI"]
 edition = "2021"

+ 1 - 1
src-tauri/tauri.conf.json

@@ -1,7 +1,7 @@
 {
   "$schema": "https://schema.tauri.app/config/2",
   "productName": "Claude AI Installer",
-  "version": "1.0.2",
+  "version": "1.0.1",
   "identifier": "claude-ai-installer",
   "build": {
     "beforeDevCommand": "npm run dev:frontend",