Skip to content

Commit

Permalink
Doc: update version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackiu1997 committed Feb 4, 2023
1 parent 8136c2a commit 9e2e424
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.0.6';
static const String version = '1.0.7';
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
4 changes: 2 additions & 2 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.6"
version: "1.0.7"

environment:
sdk: ">=2.16.1 <3.0.0"
Expand Down Expand Up @@ -151,6 +151,6 @@ msix_config:
display_name: Pure Live
publisher_display_name: mystyle
identity_name: com.mystyle.purelive
msix_version: 1.0.6.0
msix_version: 1.0.7.0
logo_path: assets/icons/icon.png
capabilities: internetClient

0 comments on commit 9e2e424

Please sign in to comment.