Skip to content

Commit caaaee5

Browse files
committed
version 1.8.5
1 parent 6f627a8 commit caaaee5

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.8.4';
3+
static const String version = '1.8.5';
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.8.4+10804
19+
version: 1.8.5+10805
2020

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

0 commit comments

Comments
 (0)