diff --git a/lib/request/api.dart b/lib/request/api.dart index 0a1218b3..2894f8be 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -1,6 +1,6 @@ class Api { // 当前版本 - static const String version = '1.3.0'; + static const String version = '1.3.1'; // 规则API级别 static const int apiLevel = 2; // 项目主页 diff --git a/pubspec.lock b/pubspec.lock index 362a4bfb..2a9d71d2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -282,10 +282,10 @@ packages: dependency: transitive description: name: dart_style - sha256: "99e066ce75c89d6b29903d788a7bb9369cf754f7b24bf70bf4b6d6d6b26853b9" + sha256: "7856d364b589d1f08986e140938578ed36ed948581fbc3bc9aef1805039ac5ab" url: "https://pub.dev" source: hosted - version: "2.3.6" + version: "2.3.7" dbus: dependency: transitive description: @@ -355,10 +355,10 @@ packages: dependency: transitive description: name: expressions - sha256: "0a3a207dc4697bbb0e17c731c7f10f2df6f88d9dbb99ac83c4168a10b57e7a20" + sha256: "308a621b602923dd8a0cf3072793b24850d06453eb49c6b698cbda41a282e904" url: "https://pub.dev" source: hosted - version: "0.2.5+1" + version: "0.2.5+2" fake_async: dependency: transitive description: @@ -495,10 +495,10 @@ packages: dependency: "direct main" description: name: fvp - sha256: "6ecd1968d67c30f25a14e2112f5caa34fe5ff581c20b6f1edc17a19b28587eb7" + sha256: "040aa12beccd5bc60631259f27a481c4abc11a389aa4f57a47b643f58fe0b060" url: "https://pub.dev" source: hosted - version: "0.26.0" + version: "0.26.1" glob: dependency: transitive description: @@ -911,10 +911,10 @@ packages: dependency: transitive description: name: rxdart - sha256: "0c7c0cedd93788d996e33041ffecda924cc54389199cde4e6a34b440f50044cb" + sha256: "5c3004a4a8dbb94bd4bf5412a4def4acdaa12e12f269737a5751369e12d1a962" url: "https://pub.dev" source: hosted - version: "0.27.7" + version: "0.28.0" screen_brightness: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 0c91174e..5cd2bae5 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.3.0+1 +version: 1.3.1+1 environment: sdk: '>=3.3.4 <4.0.0'