Skip to content

Commit cb1afc1

Browse files
author
liuchuancong
committed
fix(*)
1 parent 6a76e44 commit cb1afc1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

assets/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
}

lib/common/utils/version_util.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'dart:convert';
22
import 'package:http/http.dart' as http;
33

44
class 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';

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pure_live
22
description: A new Flutter project.
33
publish_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

77
environment:
88
sdk: ^3.8.1
@@ -220,7 +220,7 @@ flutter_intl:
220220
# windows msix package
221221
msix_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

0 commit comments

Comments
 (0)