Skip to content

Commit bf7e79b

Browse files
committed
chore(release): Upgrade the app version to 1.4.9
1 parent 08b6e8b commit bf7e79b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
shell: bash
283283
run: |
284284
# Define common release notes
285-
NOTES="1.优化 Webview 组件的初始化逻辑
285+
NOTES="1.集成 Webview 组件到安装包中
286286
 
287287
此项目已更名为飞鲸影视,可执行程序名称也相应做了更改,从更名前的旧版本升级到新版过程中出现报错提示“Failed to launch application **”属于正常现象,安装成功后把旧的快捷方式从桌面或开始菜单删除即可。
288288
 

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

1212
val platformStr = when {

0 commit comments

Comments
 (0)