Skip to content

Commit

Permalink
Doc: update version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackiu1997 committed Feb 2, 2023
1 parent 04b077e commit 7e3fc86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4';
static const String version = '1.0.5';
static const String projectUrl = 'https://github.com/Jackiu1997/hot_live';
static const String releaseUrl =
'https://api.github.com/repos/Jackiu1997/hot_live/releases';
Expand Down
2 changes: 1 addition & 1 deletion 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.4"
version: "1.0.5"

environment:
sdk: ">=2.16.1 <3.0.0"
Expand Down

0 comments on commit 7e3fc86

Please sign in to comment.