Skip to content

Commit

Permalink
add(new version)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuancong committed Apr 18, 2024
1 parent a20a78f commit 78e27ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.6.5",
"version": "1.6.6",
"version_num": 10506,
"version_desc": "-Fix:,修复Tv端线路切换问题.\n-Fix:优化手机端关注分区分类.\n-Fix:修复手机端关注分区显示问题.\n-Fix:还原投屏功能.",
"version_desc": "-Fix:,修复抖音链接无法访问直播间.",
"prerelease":false,
"download_url": "https://github.com/liuchuancong/pure_live/releases"
}
2 changes: 1 addition & 1 deletion lib/common/utils/version_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dart:convert';
import 'package:http/http.dart' as http;

class VersionUtil {
static const String version = '1.6.5';
static const String version = '1.6.6';
static const String projectUrl = 'https://github.com/liuchuancong/pure_live';
static const String releaseUrl = 'https://api.github.com/repos/liuchuancong/pure_live/releases';
static const String issuesUrl = 'https://github.com/liuchuancong/pure_live/issues';
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.6.5
version: 1.6.6

environment:
sdk: '>=3.0.6 <4.0.0'
Expand Down Expand Up @@ -217,7 +217,7 @@ msix_config:
display_name: 纯粹直播
# publisher_display_name: puretech.com
# identity_name: com.puretech.purelive
msix_version: 1.0.0.56
msix_version: 1.0.0.57
logo_path: assets/icons/icon.png
# capabilities: internetClient
certificate_path: assets/keystore/CERTIFICATE.pfx
Expand Down

0 comments on commit 78e27ce

Please sign in to comment.