From cb11bd7f779efc59c2d77725a16311478126b845 Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Sun, 22 Sep 2024 10:56:52 +0800 Subject: [PATCH] version 1.3.3 --- lib/request/api.dart | 2 +- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/request/api.dart b/lib/request/api.dart index dad1d257..af11010d 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -1,6 +1,6 @@ class Api { // 当前版本 - static const String version = '1.3.2'; + static const String version = '1.3.3'; // 规则API级别 static const int apiLevel = 2; // 项目主页 diff --git a/pubspec.lock b/pubspec.lock index 5f87ca07..646970fa 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -461,10 +461,10 @@ packages: dependency: "direct main" description: name: flutter_smart_dialog - sha256: "6b5fd32cd2900745df30c1d95ef597ea0ee1ee8cfa557eab62010e3db1d3d717" + sha256: de60eec7036cc1d04954ceb8d03ecc3b0759c880e804d82d47be36065e72398e url: "https://pub.dev" source: hosted - version: "4.9.8+1" + version: "4.9.8+2" flutter_test: dependency: "direct dev" description: flutter @@ -1108,10 +1108,10 @@ packages: dependency: transitive description: name: sqflite_common - sha256: "7b41b6c3507854a159e24ae90a8e3e9cc01eb26a477c118d6dca065b5f55453e" + sha256: "4058172e418eb7e7f2058dcb7657d451a8fc264afa0dea4dbd0f304a57131611" url: "https://pub.dev" source: hosted - version: "2.5.4+2" + version: "2.5.4+3" stack_trace: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f43317f3..01fb471b 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.2+1 +version: 1.3.3+1 environment: sdk: '>=3.3.4 <4.0.0'