From 24f1d529ee0a8d12c8a8ae0eb8884438c199ca41 Mon Sep 17 00:00:00 2001 From: Rainvisitor Date: Sun, 20 Feb 2022 06:49:43 +0800 Subject: [PATCH] Update to v3.9.1 --- changelog.json | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 8408b736..70b8eb92 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,10 @@ { + "30901": { + "visible": true, + "date": "2021/02/20", + "zh-TW": "* 改善校車及缺曠系統登入", + "en-US": "* Improve bus and leave system login." + }, "30900": { "visible": true, "date": "2021/02/20", diff --git a/pubspec.yaml b/pubspec.yaml index ac8bae88..e6894b9b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nkust_ap description: A new Flutter application. -version: 3.9.0+30900 +version: 3.9.1+30901 environment: sdk: ">=2.6.0 <3.0.0"