diff --git a/lib/request/api.dart b/lib/request/api.dart index 8404760..ef2353c 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -1,6 +1,6 @@ class Api { // 当前版本 - static const String version = '1.4.4'; + static const String version = '1.4.5'; // 规则API级别 static const int apiLevel = 3; // 项目主页 diff --git a/pubspec.yaml b/pubspec.yaml index 5d94099..d169bac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.4.4+1 +version: 1.4.5+1 environment: sdk: '>=3.3.4 <4.0.0'