Skip to content

Commit

Permalink
Doc: update version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackiu1997 committed Feb 18, 2023
1 parent d0baf40 commit ae80898
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.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';
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.7"
version: "1.0.8"

environment:
sdk: ">=2.16.1 <3.0.0"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ae80898

Please sign in to comment.