diff --git a/README.md b/README.md index 03c30bbe..69f80609 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ![](https://img.shields.io/badge/language-dart-blue.svg?style=for-the-badge&color=00ACC1) ![](https://img.shields.io/badge/flutter-00B0FF?style=for-the-badge&logo=flutter) -[![](https://img.shields.io/github/downloads/Jackiu1997/hot_live/total?style=for-the-badge&color=FF2196)](https://github.com/Jackiu1997/pure_live/releases) +[![](https://img.shields.io/github/downloads/Jackiu1997/pure_live/total?style=for-the-badge&color=FF2196)](https://github.com/Jackiu1997/pure_live/releases) ![](https://img.shields.io/github/license/Jackiu1997/pure_live?style=for-the-badge) -![](https://img.shields.io/github/stars/Jackiu1997/hot_live?style=for-the-badge) +![](https://img.shields.io/github/stars/Jackiu1997/pure_live?style=for-the-badge) ![](https://img.shields.io/github/issues/Jackiu1997/pure_live?style=for-the-badge&color=9C27B0) Pure Live is a live stream transcoding application based on Flutter for android and windows, which can make you watch lives with ease. All data fetched by local machine, no cloud save, all live data and video belongs to original platform. diff --git a/lib/common/utils/version_util.dart b/lib/common/utils/version_util.dart index 014eca44..a573dc04 100644 --- a/lib/common/utils/version_util.dart +++ b/lib/common/utils/version_util.dart @@ -2,7 +2,7 @@ import 'dart:convert'; import 'package:http/http.dart' as http; class VersionUtil { - static const String version = '1.0.7'; + static const String version = '1.0.8'; static const String projectUrl = 'https://github.com/Jackiu1997/pure_live'; static const String releaseUrl = 'https://api.github.com/repos/Jackiu1997/pure_live/releases'; diff --git a/pubspec.yaml b/pubspec.yaml index d9b47812..edcd75d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.7" +version: "1.0.8" environment: sdk: ">=2.16.1 <3.0.0" @@ -152,7 +152,7 @@ msix_config: display_name: Pure Live publisher_display_name: puretech.com identity_name: com.puretech.purelive - msix_version: 1.0.7.0 + msix_version: 1.0.8.0 logo_path: assets/icons/icon.png capabilities: internetClient certificate_path: ~\keystore\puretech_signcert.pfx