Skip to content

Commit

Permalink
Doc: update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackiu1997 committed May 16, 2023
1 parent 0e7b485 commit 2b03245
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Pure Live是一款款平台基于Flutter的直播转码软件,轻松看直播
- Windows

## Windows 安装
使用 msix 安装请删除 .zip 后缀名。
![Windows](https://user-images.githubusercontent.com/82752643/221176075-b6604bd4-dd76-4427-8f9c-9a5f33d74620.png)


Expand Down
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.0.9';
static const String version = '1.1.0';
static const String projectUrl = 'https://github.com/Jackiu1997/pure_live';
static const String releaseUrl =
'https://api.github.com/repos/Jackiu1997/pure_live/releases';
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: "1.0.9"
version: "1.1.0"

environment:
sdk: ">=2.16.1 <3.0.0"
Expand Down Expand Up @@ -146,9 +146,9 @@ flutter:
- family: CustomIcons
fonts:
- asset: assets/icons/CustomIcons.ttf
# - family: PingFang
# fonts:
# - asset: assets/PingFangSC.ttf
- family: PingFang
fonts:
- asset: assets/PingFangSC.ttf
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
Expand All @@ -164,7 +164,7 @@ msix_config:
display_name: Pure Live
publisher_display_name: puretech.com
identity_name: com.puretech.purelive
msix_version: 1.0.9.0
msix_version: 1.1.0.0
logo_path: assets/icons/icon.png
capabilities: internetClient
certificate_path: ~\keystore\puretech_signcert.pfx
Expand Down

0 comments on commit 2b03245

Please sign in to comment.