Skip to content

Commit

Permalink
Release 1.6.5 / TV 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed Jul 18, 2024
1 parent e95a792 commit aceea16
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.6.3",
"version_num": 10603,
"version_desc": "- 修复抖音无法读取直播状态 #431\n- 修复抖音无法读取原画 #429\n- 优化直播状态读取\n-斗鱼默认不使用PCDN链接",
"version": "1.6.5",
"version_num": 10605,
"version_desc": "- 修复抖音弹幕连接失败问题 #458\n- 修复弹幕不消失问题 #454\n- 恢复抖音直播间搜索",
"prerelease":false,
"download_url": "https://github.com/xiaoyaocz/dart_simple_live/releases"
}
6 changes: 3 additions & 3 deletions assets/tv_app_version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.1.0",
"version_num": 10100,
"version_desc": "- 修复抖音无法读取原画\n- 优化直播状态读取\n-斗鱼默认不使用PCDN链接",
"version": "1.1.2",
"version_num": 10102,
"version_desc": "- 修复抖音弹幕连接失败问题 #458\n- 修复弹幕不消失问题 #454\n- 恢复抖音直播间搜索",
"prerelease":true,
"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.6.4+10604
version: 1.6.5+10605
publish_to: none
description: "Simple Live APP"
environment:
Expand Down
2 changes: 1 addition & 1 deletion simple_live_tv_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: simple_live_tv_app
description: A new Flutter project.
publish_to: 'none'
version: 1.1.1+10101
version: 1.1.2+10102

environment:
sdk: '>=3.1.2 <4.0.0'
Expand Down

0 comments on commit aceea16

Please sign in to comment.