File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "version" : " 2.0.3 " ,
3- "version_num" : 10202 ,
4- "version_desc" : " -Fixed: 修复竖屏播放, 优化播放器. \n -Fixed: 修复清晰度切换 " ,
2+ "version" : " 2.0.4 " ,
3+ "version_num" : 10204 ,
4+ "version_desc" : " -Fixed:优化播放器. \n -Fixed: 修复备份. \n -Fixed: 修复画中画. \n -Added: 添加下载及项目. " ,
55 "prerelease" :false ,
66 "download_url" : " https://github.com/liuchuancong/pure_live/releases"
77}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import 'package:get/get.dart';
33import 'package:http/http.dart' as http;
44
55class VersionUtil {
6- static const String version = '2.0.3 ' ;
6+ static const String version = '2.0.4 ' ;
77 static const String projectUrl = 'https://github.com/liuchuancong/pure_live' ;
88 static const String releaseUrl = 'https://api.github.com/repos/liuchuancong/pure_live/releases' ;
99 static const String issuesUrl = 'https://github.com/liuchuancong/pure_live/issues' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: pure_live
22description : A new Flutter project.
33publish_to : ' none' # Remove this line if you wish to publish to pub.dev
44
5- version : 2.0.3+14
5+ version : 2.0.4+15
66
77environment :
88 sdk : ^3.8.1
@@ -169,7 +169,7 @@ flutter_intl:
169169# windows msix package
170170msix_config :
171171 display_name : 纯粹直播
172- msix_version : 1.0.0.96
172+ msix_version : 1.0.0.97
173173 logo_path : assets/icons/icon.png
174174 certificate_path : assets/keystore/CERTIFICATE.pfx
175175 certificate_password : xxxx
You can’t perform that action at this time.
0 commit comments