Skip to content

Commit 2318c1e

Browse files
committed
fix(*)
1 parent 6a7846a commit 2318c1e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

assets/version.json

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

lib/common/utils/version_util.dart

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

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

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.3+14
5+
version: 2.0.4+15
66

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

0 commit comments

Comments
 (0)