Skip to content

Commit 02746b1

Browse files
committed
chore(release): Update the app version to 1.3.3
1 parent 5ee5937 commit 02746b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ jobs:
226226
shell: bash
227227
run: |
228228
# Define common release notes
229-
NOTES="1.修复 Mac 下使用 NAS 登录 WebView 界面无法正常显示的问题
230-
2.使用 FN ID 登录时现在会自动探测是否是内网环境
229+
NOTES="1.优化登录历史记录逻辑
230+
2. 优化登录界面 UI
231231
 
232232
感谢以下飞牛共建团成员反馈问题并协助排查:
233233
@[玉尺书生](https://club.fnnas.com/home.php?mod=space&uid=6482) @[一西啊](https://club.fnnas.com/home.php?mod=space&uid=785)

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66
val osName = System.getProperty("os.name").lowercase()
77
val osArch = System.getProperty("os.arch").lowercase()
88

9-
val appVersion = "1.3.2"
9+
val appVersion = "1.3.3"
1010
val appVersionSuffix = ""
1111

1212
val platformStr = when {

0 commit comments

Comments
 (0)