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.2 " ,
2+ "version" : " 2.0.3 " ,
33 "version_num" : 10202 ,
4- "version_desc" : " -Fixed: 修复竖屏播放,优化播放器" ,
4+ "version_desc" : " -Fixed: 修复竖屏播放,优化播放器. \n -Fixed: 修复清晰度切换 " ,
55 "prerelease" :false ,
66 "download_url" : " https://github.com/liuchuancong/pure_live/releases"
77}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'dart:convert';
22import 'package:http/http.dart' as http;
33
44class VersionUtil {
5- static const String version = '2.0.2 ' ;
5+ static const String version = '2.0.3 ' ;
66 static const String projectUrl = 'https://github.com/liuchuancong/pure_live' ;
77 static const String releaseUrl = 'https://api.github.com/repos/liuchuancong/pure_live/releases' ;
88 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.2+13
5+ version : 2.0.3+14
66
77environment :
88 sdk : ^3.8.1
@@ -220,7 +220,7 @@ flutter_intl:
220220# windows msix package
221221msix_config :
222222 display_name : 纯粹直播
223- msix_version : 1.0.0.95
223+ msix_version : 1.0.0.96
224224 logo_path : assets/icons/icon.png
225225 certificate_path : assets/keystore/CERTIFICATE.pfx
226226 certificate_password : xxxx
You can’t perform that action at this time.
0 commit comments