Skip to content

Commit

Permalink
Release 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed Feb 5, 2024
1 parent adafe89 commit 98055a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_app_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Flutter action
uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.8'
flutter-version: '3.16.x'
cache: true

#更新Flutter的packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_app_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Flutter action
uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.8'
flutter-version: '3.16.x'
cache: true
#更新Flutter的packages
- name: Restore packages
Expand Down
6 changes: 3 additions & 3 deletions assets/app_version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.4.7",
"version_num": 10407,
"version_desc": "- 非横屏隐藏首页左侧分割线 #235\n- 优化设置页面的UI\n- 修复抖音Web链接跳转错误 #248\n- 增加不再提示登录选项 #219\n- 增加数据网络下清晰度设置 #237\n- 增加进入后台自动暂停选项 #240\n- 进入后台时不添加弹幕 #230\n- 修复抖音直播加载问题 #275",
"version": "1.4.8",
"version_num": 10408,
"version_desc": "- 修复抖音内容加载失败问题 #285\n- iOS放开后台播放设置\n- 修复音量拖动调节时卡顿问题 #92 (#294 @abcghy)\n- 弹幕支持使用正则屏蔽 #219 (#295 @abcghy)\n- 定时关闭建议记忆上次设定的时长 #278 (#296 @abcghy)",
"prerelease":false,
"download_url": "https://github.com/xiaoyaocz/dart_simple_live/releases"
}
2 changes: 1 addition & 1 deletion simple_live_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: simple_live_app
version: 1.4.7+10407
version: 1.4.8+10408
publish_to: none
description: "Simple Live APP"
environment:
Expand Down

0 comments on commit 98055a9

Please sign in to comment.