From d6b44554c16eff03305f50e3064a1441879956f3 Mon Sep 17 00:00:00 2001 From: XTxiaoting14332 Date: Sun, 11 Aug 2024 12:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8Fv0.2.2+1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RELEASE_CHANGELOG.md | 8 ++------ changelog.txt | 6 +----- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 4920881..1b105b8 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,6 +1,2 @@ -## 🌈ChangeLog 2024.08.10🌈 -重写设置界面 -新增捐赠按钮 -可以直接打开数据目录了 -支持NoneBot Registry的镜像切换 -导入bot页面新增协议端相关选项 \ No newline at end of file +## 🌈ChangeLog 2024.08.11🌈 +新增刷新策略设置 \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index e7ed0a1..1066e07 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1 @@ -重写设置界面 -新增捐赠按钮 -可以直接打开数据目录了 -支持NoneBot Registry的镜像切换 -导入bot页面新增协议端相关选项 \ No newline at end of file +新增刷新策略设置 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index adbc752..23c2e5f 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: 0.2.2 +version: 0.2.2+1 environment: sdk: '>=3.3.1 <4.0.0'