Browse Source

chore: 版本号更新至3.0.2

Mochocyang 1 tháng trước cách đây
mục cha
commit
e9082e8715
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,7 +1,7 @@
 {
   "name": "qmai",
   "private": true,
-  "version": "3.0.1",
+  "version": "3.0.2",
   "license": "GPL-3.0-or-later",
   "type": "module",
   "scripts": {

+ 1 - 1
src-tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "qmai"
-version = "3.0.1"
+version = "3.0.2"
 description = "QMAI - AI writing system for long-form novels"
 authors = ["Mochocyang"]
 edition = "2021"

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

@@ -1,7 +1,7 @@
 {
   "$schema": "https://schema.tauri.app/config/2",
   "productName": "QMaiWrite",
-  "version": "3.0.1",
+  "version": "3.0.2",
   "identifier": "com.qingmuai.writer",
   "build": {
     "beforeDevCommand": "npm run dev",