Browse Source

chore: bump version to 0.0.3

github-actions[bot] 2 weeks ago
parent
commit
2e1d280646
3 changed files with 3 additions and 3 deletions
  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": "0.0.4",
+  "version": "0.0.3",
   "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 = "0.0.4"
+version = "0.0.3"
 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": "0.0.4",
+  "version": "0.0.3",
   "identifier": "claude-ai-installer",
   "build": {
     "beforeDevCommand": "npm run dev:frontend",