Skip to content

Commit

Permalink
fix(version)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuancong committed Aug 13, 2023
1 parent 6ccd748 commit 1972e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/common/utils/version_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import 'dart:convert';
import 'package:http/http.dart' as http;

class VersionUtil {
static const String version = '1.1.2';
static const String version = '1.1.3';
static const String projectUrl = 'https://github.com/liuchuancong/pure_live';
static const String releaseUrl =
'https://api.github.com/repos/Jackiu1997/pure_live/releases';
'https://api.github.com/repos/liuchuancong/pure_live/releases';
static const String issuesUrl =
'https://github.com/Jackiu1997/pure_live/issues';
'https://github.com/liuchuancong/pure_live/issues';
static const String kanbanUrl =
'https://jackiu-notes.notion.site/50bc0d3d377445eea029c6e3d4195671?v=663125e639b047cea5e69d8264926b8b';

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.1.2
version: 1.1.3

environment:
sdk: '>=3.0.6 <4.0.0'
Expand Down

0 comments on commit 1972e05

Please sign in to comment.