Skip to content

Commit

Permalink
Release 1.5.2 / TV 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed Mar 13, 2024
1 parent 5a3f0a9 commit 55335a0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.x'
flutter-version: '3.19.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.x'
flutter-version: '3.19.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.9",
"version_num": 10409,
"version_desc": "- 修复虎牙播放中断问题 #317",
"version": "1.5.2",
"version_num": 10502,
"version_desc": "- 修复虎牙播放中断问题 #339 @lemonfog\n- 支持多端数据同步\n- Linux使用mimalloc防止内存泄漏 #328 @madoka773",
"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.0.1",
"version_num": 10001,
"version_desc": "- 修复虎牙播放中断问题 #317",
"version": "1.0.2",
"version_num": 10002,
"version_desc": "- 修复虎牙播放中断问题\n- 优化使用体验",
"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.5.0+10500
version: 1.5.2+10502
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.0.1+10001
version: 1.0.2+10002

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

0 comments on commit 55335a0

Please sign in to comment.