diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index f9f3285a..9710ad99 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,4 +1,3 @@ ### 基於 Flutter v3.24.1 開發 -* 嘗試使用 Xcode `15.4` 編譯測試 -* 修正 `Android` 課堂提醒通知設定 \ No newline at end of file +* 更新 iOS 最低支援版本至 `12` \ No newline at end of file diff --git a/changelog.json b/changelog.json index bb9c2dc2..dccf6fdb 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,10 @@ { + "31010": { + "visible": false, + "date": "2024/09/06", + "zh-TW": "* 新增在學證明查詢\n* 新增校方問題回報", + "en-US": "* Provide a new feature to check enrollment status.\n* Offer a new way to report issues to the school." + }, "31009": { "visible": false, "date": "2024/09/06", diff --git a/pubspec.yaml b/pubspec.yaml index f866a814..38dba625 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter application. publish_to: none -version: 3.10.9+31009 +version: 3.10.10+31010 environment: sdk: '>=3.1.0 <4.0.0'