From 33d4f749cc1e2faa0bdc97a121a429b45a733fd4 Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:37:16 +0800 Subject: [PATCH] version 1.4.6 (cherry picked from commit 70dd30a0e21a1f457a23c6293f7c53c5a60b5df5) --- lib/request/api.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/request/api.dart b/lib/request/api.dart index ef2353c2..9c94601f 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -1,6 +1,6 @@ class Api { // 当前版本 - static const String version = '1.4.5'; + static const String version = '1.4.6'; // 规则API级别 static const int apiLevel = 3; // 项目主页 diff --git a/pubspec.yaml b/pubspec.yaml index 37bb1d0b..ad28b1e6 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.5+1 +version: 1.4.6+1 environment: sdk: '>=3.3.4 <4.0.0'