diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index f15e4e8e..cbdbfd91 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,4 +1,6 @@ -### 基於 Flutter v3.0.5 開發 +### 基於 Flutter v3.10.6 開發 -* 修正校車系統違規查詢錯誤 -* 修正教室查詢錯誤 \ No newline at end of file +* Flutter 版本遷移至 `v3.10` +* 升級 Android Target Version 至 `33` +* iOS 最小支援版本提高至 `11` +* 套件 `dio` 遷移至 `v5` \ No newline at end of file diff --git a/changelog.json b/changelog.json index bb84918d..9195e700 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,10 @@ { + "31002": { + "visible": false, + "date": "2023/10/08", + "zh-TW": "* 穩定性更新", + "en-US": "* Stability update." + }, "31001": { "visible": true, "date": "2023/08/23", diff --git a/pubspec.yaml b/pubspec.yaml index d85b7038..ff6eb341 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter application. publish_to: none -version: 3.10.1+31001 +version: 3.10.2+31002 environment: sdk: '>=2.19.0 <3.0.0'