Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnze committed Jun 30, 2024
1 parent 4f3f451 commit 752e8af
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@ jobs:
- 窗口宽度不足时自动折叠侧边菜单栏
- 离开启动页新版本通知自动关闭
v0.15.6
- 修复切换配方后模拟器界面食药配装UI依然操作旧职业的问题
- 修复分析器“计算装备属性适配范围”当属性刚好满足要求时计算不出结果的问题
releaseDraft: false
prerelease: false
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ffxiv-best-craft",
"private": true,
"version": "0.15.5",
"version": "0.15.6",
"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.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.15.5"
version = "0.15.6"

# 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.15.5"
"version": "0.15.6"
},
"build": {
"distDir": "../dist",
Expand Down

0 comments on commit 752e8af

Please sign in to comment.