diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 2c479f03..9e23a1d4 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,4 +1,3 @@ -### 基於 Flutter v2.5.0 開發 +### 基於 Flutter v2.5.1 開發 -* 修正關閉 dio cache 導致成績解析錯誤 -* 修正關閉 dio cache 導致無法載入使用者照片 \ No newline at end of file +* 改善校車無法預約時的錯誤訊息 \ No newline at end of file diff --git a/changelog.json b/changelog.json index d4802a51..d62a6f84 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,10 @@ { + "30813": { + "visible": true, + "date": "2021/09/28", + "zh-TW": "* 改善校車無法預約提示", + "en-US": "* Improve bus reservation hint when can't reserve." + }, "30812": { "visible": true, "date": "2021/09/18", diff --git a/pubspec.lock b/pubspec.lock index 5c35f022..4d64076b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -25,9 +25,9 @@ packages: ap_common: dependency: "direct main" description: - path: "../ap_common" - relative: true - source: path + name: ap_common + url: "https://pub.dartlang.org" + source: hosted version: "0.19.1" ap_common_firebase: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index 439b36cc..b8aa384d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nkust_ap description: A new Flutter application. -version: 3.8.12+30812 +version: 3.8.13+30813 environment: sdk: ">=2.6.0 <3.0.0"