diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index edb5c633..a666b02f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -85,18 +85,8 @@ jobs: tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: "BestCraft v__VERSION__" releaseBody: | - v0.12.3 - - Add DP solver description - - Optimize DP solver (add non-musule-memory mode) - - Optimize coding, reduce repeating code. - - Optimize el-dialog shadows effect - - Adjust the order of solvers - v0.12.2 - - Add more rounded corners. - - Optimize transparent panel effects. - v0.12.1 - - Update dependencies - - Optimize UI - - Add light/dark mode switching options + v0.12.4 + - 添加了版权声明 + - 优化了背景颜色 releaseDraft: false prerelease: false diff --git a/package.json b/package.json index 6090030b..795b7efb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ffxiv-best-craft", "private": true, - "version": "0.12.3", + "version": "0.12.4", "scripts": { "dev": "VITE_BESTCRAFT_TARGET=tauri vite", "build": "VITE_BESTCRAFT_TARGET=tauri vite build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1a2aebd6..7049724e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -99,7 +99,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "app" -version = "0.12.3" +version = "0.12.4" dependencies = [ "app-libs", "crossbeam-channel", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d7dd6f7f..3eb2e288 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later" name = "app" repository = "https://github.com/Tnze/ffxiv-best-craft" rust-version = "1.71" -version = "0.12.3" +version = "0.12.4" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8d746e20..30bb2a96 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "BestCraft", - "version": "0.12.3" + "version": "0.12.4" }, "build": { "distDir": "../dist",