Skip to content

Commit

Permalink
fix(add new Version)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuancong committed Mar 5, 2024
1 parent 7c07349 commit b8dc672
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.5.8",
"version": "1.5.9",
"version_num": 10505,
"version_desc": "-Fix:修复ExoPlayer无法播放虎牙视频.",
"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.5.8';
static const String version = '1.5.9';
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.5.8
version: 1.5.9

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

0 comments on commit b8dc672

Please sign in to comment.