Skip to content

Commit

Permalink
add(ner version)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuancong committed Oct 16, 2023
1 parent d8d22ca commit f14844b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2.0';
static const String version = '1.2.1';
static const String projectUrl = 'https://github.com/liuchuancong/pure_live';
static const String releaseUrl =
'https://api.github.com/repos/liuchuancong/pure_live/releases';
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.2.0
version: 1.2.1

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

0 comments on commit f14844b

Please sign in to comment.