Skip to content

Commit 8126d14

Browse files
committed
version 1.7.3
1 parent 68a1b24 commit 8126d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/request/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Api {
22
// 当前版本
3-
static const String version = '1.7.2';
3+
static const String version = '1.7.3';
44
// 规则API级别
55
static const int apiLevel = 4;
66
// 项目主页

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.7.2+10702
19+
version: 1.7.3+10703
2020

2121
environment:
2222
sdk: '>=3.3.4 <4.0.0'

0 commit comments

Comments
 (0)