Skip to content

Commit 81572aa

Browse files
committed
Release 1.8.6 / TV 1.3.5
1 parent 62a30c3 commit 81572aa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

assets/app_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "1.8.3",
3-
"version_num": 10803,
4-
"version_desc": "- 修复虎牙播放中断 #700 @SlotSun\n- 支持直接复制直链 #658 @venkate123\n- 修复PC画面中间出现黑色椭圆点 #695 @SlotSun",
2+
"version": "1.8.6",
3+
"version_num": 10806,
4+
"version_desc": "- 修复虎牙播放中断 #723 @SlotSun\n- 修复哔哩哔哩加载失败\n- 复制未播放直播流 #728 @SlotSun\n- 支持解析斗鱼topic链接 @SlotSun\n- 修复导出配置错误 @CNOCM\n- 支持自定义音频输出驱动 @ybhgl",
55
"prerelease":false,
66
"download_url": "https://github.com/xiaoyaocz/dart_simple_live/releases"
77
}

assets/tv_app_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "1.3.2",
3-
"version_num": 10302,
4-
"version_desc": "- 修复虎牙播放中断 #700 @SlotSun",
2+
"version": "1.3.5",
3+
"version_num": 10305,
4+
"version_desc": "- 修复虎牙播放中断 #723 @SlotSun\n- 修复哔哩哔哩加载失败",
55
"prerelease":true,
66
"download_url": "https://github.com/xiaoyaocz/dart_simple_live/releases"
77
}

simple_live_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: simple_live_app
2-
version: 1.8.5+10805
2+
version: 1.8.6+10806
33
publish_to: none
44
description: "Simple Live APP"
55
environment:

simple_live_tv_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: simple_live_tv_app
22
description: A new Flutter project.
33
publish_to: 'none'
4-
version: 1.3.4+10304
4+
version: 1.3.5+10305
55

66
environment:
77
sdk: '>=3.1.2 <4.0.0'

0 commit comments

Comments
 (0)