Skip to content

Commit a352383

Browse files
author
liuchuancong
committed
fix(new version)
1 parent a5c5ede commit a352383

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.12",
3-
"version_num": 10212,
4-
"version_desc": "-Fixed: 修复huya搜索. -Featured: 优化部分UI显示.",
2+
"version": "2.0.13",
3+
"version_num": 10213,
4+
"version_desc": "-Fixed: 修复抖音分类. -Fixed: 优化部分UI显示,修复快捷键",
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.12';
6+
static const String version = '2.0.13';
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.12+23
4+
version: 2.0.13+24
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.12
2+
msix_version: 1.2.0.13
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)