diff --git a/ios/CourseAppWidget/Info.plist b/ios/CourseAppWidget/Info.plist
index 75ad0423..bf0010d3 100644
--- a/ios/CourseAppWidget/Info.plist
+++ b/ios/CourseAppWidget/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 3.6.5
+ 3.6.6
CFBundleVersion
- 30605
+ 30606
NSExtension
NSExtensionPointIdentifier
diff --git a/lib/utils/app_localizations.dart b/lib/utils/app_localizations.dart
index 8a6c0926..e73920bf 100644
--- a/lib/utils/app_localizations.dart
+++ b/lib/utils/app_localizations.dart
@@ -23,7 +23,7 @@ class AppLocalizations {
'en': {
'app_name': 'NKUST AP',
'update_note_content':
- '* Add new version mobile nkust login.\n* Course table can show time code, instructor, classroom.\n* Fix some device can\'t export course image.\n* Enhance page back UX',
+ '* Fix login mechanism.',
'about_open_source_content':
'https://github.com/NKUST-ITC/NKUST-AP-Flutter\n\nThis project is licensed under the terms of the MIT license:\nThe MIT License (MIT)\n\nCopyright © 2020 Rainvisitor\n\nThis project is Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.',
'bus_pick_date': 'Chosen Date: %s',
@@ -157,7 +157,7 @@ class AppLocalizations {
},
'zh': {
'app_name': '高科校務通',
- 'update_note_content': '* 加入新版本校務系統登入\n* 課表可顯示教師、時間與上課地點\n* 修正部分版本無法匯出課表\n* 加強返回上一頁的使用者體驗',
+ 'update_note_content': '* 修正登入機制',
'about_open_source_content':
'https://github.com/NKUST-ITC/NKUST-AP-Flutter\n\n本專案採MIT 開放原始碼授權:\nThe MIT License (MIT)\n\nCopyright © 2020 Rainvisitor\n\nThis project is Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.',
'bus_pick_date': '選擇乘車時間:%s',
diff --git a/pubspec.yaml b/pubspec.yaml
index 43c6bb9f..764777e5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,7 @@
name: nkust_ap
description: A new Flutter application.
-version: 3.6.5+30605
+version: 3.6.6+30606
environment:
sdk: ">=2.6.0 <3.0.0"