Skip to content

Commit

Permalink
add(new version)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuancong committed Aug 16, 2023
1 parent 1214f31 commit c39ac87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.3';
static const String version = '1.1.4';
static const String projectUrl = 'https://github.com/liuchuancong/pure_live';
static const String releaseUrl =
'https://api.github.com/repos/liuchuancong/pure_live/releases';
Expand Down
4 changes: 2 additions & 2 deletions lib/modules/about/widgets/version_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ class NewVersionDialog extends StatelessWidget {
Navigator.pop(context);
}
launchUrl(
Uri.parse('https://wwrg.lanzouy.com/b047m4fyh'),
Uri.parse('https://wwvr.lanzouw.com/b01f6rqab'),
mode: LaunchMode.externalApplication,
);
},
child: const Text('国内下载:蓝奏云(3344)'),
child: const Text('国内下载:蓝奏云(40l9)'),
)
],
),
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.3
version: 1.1.4

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

0 comments on commit c39ac87

Please sign in to comment.