From 9c51f20d0bd293cddd23301ace176cca9e6c61d8 Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:59:56 +0800 Subject: [PATCH] version 1.3.2 --- lib/request/api.dart | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/request/api.dart b/lib/request/api.dart index ba4c48d8..dad1d257 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -1,6 +1,6 @@ class Api { // 当前版本 - static const String version = '1.3.1'; + static const String version = '1.3.2'; // 规则API级别 static const int apiLevel = 2; // 项目主页 diff --git a/pubspec.lock b/pubspec.lock index 19f1db05..5f87ca07 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1148,10 +1148,10 @@ packages: dependency: transitive description: name: synchronized - sha256: a824e842b8a054f91a728b783c177c1e4731f6b124f9192468457a8913371255 + sha256: "51b08572b9f091f8c3eb4d9d4be253f196ff0075d5ec9b10a884026d5b55d7bc" url: "https://pub.dev" source: hosted - version: "3.2.0" + version: "3.3.0+2" term_glyph: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 326d01da..f43317f3 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.1+1 +version: 1.3.2+1 environment: sdk: '>=3.3.4 <4.0.0'