Skip to content

Commit

Permalink
Release 1.7.5 / TV 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed Dec 2, 2024
1 parent 2b083f9 commit 9eb1461
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.7.4",
"version_num": 10704,
"version_desc": "- 修复虎牙一起看播放中断 #543\n- 播放中断后取消保持亮屏 #541\n- 强制使用HTTPS链接 #538\n- Windows字体使用微软雅黑 #535",
"version": "1.7.5",
"version_num": 10705,
"version_desc": "- 修复虎牙一起看播放中断 #543",
"prerelease":false,
"download_url": "https://github.com/xiaoyaocz/dart_simple_live/releases"
}
4 changes: 2 additions & 2 deletions assets/tv_app_version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.2.1",
"version_num": 10201,
"version": "1.2.2",
"version_num": 10202,
"version_desc": "- 修复虎牙播放失败 #557",
"prerelease":true,
"download_url": "https://github.com/xiaoyaocz/dart_simple_live/releases"
Expand Down
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.7.4+10704
version: 1.7.5+10705
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.2.1+10201
version: 1.2.2+10202

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

0 comments on commit 9eb1461

Please sign in to comment.