Skip to content

Commit a5206aa

Browse files
committed
version 1.0.2
1 parent ea9db84 commit a5206aa

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.0.1';
3+
static const String version = '1.0.2';
44
// 项目主页
55
static const String sourceUrl = "https://github.com/Predidit/Kazumi";
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.0.1+1
19+
version: 1.0.2+1
2020

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

0 commit comments

Comments
 (0)