Skip to content

Commit ac5a098

Browse files
author
liuchuancong
committed
fix(*)
1 parent 445d753 commit ac5a098

4 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.10",
3-
"version_num": 10210,
4-
"version_desc": "-Fixed: 修复数据同步问题 \n-Fixed: 修复全屏显示以及全屏支持刷新.\n-Fixed: 优化UI,优化启动速度(设置可关闭启动动画).",
2+
"version": "2.0.11",
3+
"version_num": 10211,
4+
"version_desc": "-Fixed: 修复全屏显示问题. \n-Added: 添加窗口播放功能. \n-Add: 添加windows画中画.",
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.10';
6+
static const String version = '2.0.11';
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?per_page=30';
99
static const String issuesUrl = 'https://github.com/liuchuancong/pure_live/issues';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pure_live
22
description: 纯粹直播,一款开源的第三方多平台直播聚合播放器.
33
publish_to: none
4-
version: 2.0.10+21
4+
version: 2.0.11+22
55

66
environment:
77
sdk: ^3.10.4

windows/packaging/msix/make_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
display_name: 纯粹直播
2-
msix_version: 1.2.0.10
2+
msix_version: 1.2.0.11
33
publisher: "O=puretech.com, S=Some-State, C=CN"
44
identity_name: com.mystyle.purelive
55
logo_path: assets/icons/icon.png

0 commit comments

Comments
 (0)