From 31f5537413d43fa843e0b54e393a4d6a6944422e Mon Sep 17 00:00:00 2001 From: Rainvisitor Date: Mon, 7 Feb 2022 13:55:56 +0800 Subject: [PATCH] Update to v0.5.1 --- RELEASE_NOTE.md | 2 +- changelog.json | 6 ++++++ pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index fdd8cf2..b7e02f8 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,3 +1,3 @@ -### 基於 Flutter v2.5.2 開發 +### 基於 Flutter v2.10.0 開發 * 更新套件至最新版本 \ No newline at end of file diff --git a/changelog.json b/changelog.json index 58435e6..6cf1464 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,10 @@ { + "501": { + "visible": true, + "date": "2022/02/07", + "zh-TW": "* 穩定性更新", + "en-US": "* Update stability." + }, "500": { "visible": true, "date": "2021/10/06", diff --git a/pubspec.yaml b/pubspec.yaml index 1402dc8..157115e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter application. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 0.5.0+500 +version: 0.5.1+501 environment: sdk: ">=2.7.0 <3.0.0"