Skip to content

Commit 6bffaf3

Browse files
committed
chore(version): Update the app version to 1.1.1
1 parent daa0ce2 commit 6bffaf3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build-desktop.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,8 @@ jobs:
216216
if [[ "${{ github.ref }}" =~ [Aa]lpha ]]; then
217217
{
218218
echo "WARNING_TEXT<<EOF"
219-
echo "1.支持对字幕时移、位置和字号大小进行调整 "
220-
echo "2.增强 ASS 字幕特效的渲染效果 "
221-
echo "3.增加窗口置顶功能 "
222-
echo "4.其他 UI 方面的优化 "
219+
echo "1.修复 ASS 双语字幕重叠的问题 "
220+
echo "2.更新弹窗支持显示多版本的更新内容 "
223221
echo "  "
224222
echo "感谢以下飞牛共建团队成员在内测期间提供了宝贵的技术支持和建议: "
225223
echo "@[玉尺书生](https://club.fnnas.com/home.php?mod=space&uid=6482) @[MR_XIAOBO](https://github.com/xiaobonet) @[汪仔饭](https://club.fnnas.com/home.php?mod=space&uid=5021) @*观如 "

composeApp/build.gradle.kts

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

8-
val appVersion = "1.1.0"
8+
val appVersion = "1.1.1"
99
val appVersionSuffix = "Alpha"
1010

1111
val platformStr = when {

0 commit comments

Comments
 (0)