Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnze committed Oct 27, 2023
1 parent 353843d commit 95468e1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "BestCraft",
"version": "0.12.3"
"version": "0.12.4"
},
"build": {
"distDir": "../dist",
Expand Down

0 comments on commit 95468e1

Please sign in to comment.