Skip to content

Commit 5129568

Browse files
committed
chore(version): Update the app version number to 1.7.5 and modify the release notes
1 parent 59019dc commit 5129568

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
shell: bash
293293
run: |
294294
# Define common release notes
295-
NOTES="1.优化播放器 UI
295+
NOTES="1.优化和飞鲸服务端交互的安全性(需要飞鲸服务端 v0.5.2 及以上版本)
296296
 
297297
此项目已更名为飞鲸影视,可执行程序名称也相应做了更改,从更名前的旧版本升级到新版过程中出现报错提示“Failed to launch application **”属于正常现象,安装成功后把旧的快捷方式从桌面或开始菜单删除即可。
298298
 

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.7.4"
9+
val appVersion = "1.7.5"
1010
val appVersionSuffix = ""
1111

1212
val platformStr = when {

0 commit comments

Comments
 (0)