diff --git a/ios/Flutter/.last_build_id b/ios/Flutter/.last_build_id index a995a94..8fd2267 100644 --- a/ios/Flutter/.last_build_id +++ b/ios/Flutter/.last_build_id @@ -1 +1 @@ -b549c7715725b65dfb5aeb419df2006e \ No newline at end of file +a79d6ba61c9fe93321b4128219aa2e7d \ No newline at end of file diff --git a/lib/utils/app_localizations.dart b/lib/utils/app_localizations.dart index b7102ef..346cf3b 100644 --- a/lib/utils/app_localizations.dart +++ b/lib/utils/app_localizations.dart @@ -88,7 +88,7 @@ class AppLocalizations { 'en': { 'app_name': 'NSYSU AP', 'update_note_content': - '* Improve cookies expire and auto re-login.\n* Add school schedule.\n* Add school phone list.\n* Add part of UI responsive support.', + '* Improve cookies expire and auto re-login.\n* Add school schedule.\n* Add school phone list.\n* Fix part of UI responsive support.', 'about_open_source_content': 'https://github.com/abc873693/NSYSU-AP\n\nThis project is licensed under the terms of the MIT license:\nThe MIT License (MIT)\n\nCopyright © 2019 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.', 'graduationCheckChecklist': 'Graduation check checklist', @@ -123,7 +123,7 @@ class AppLocalizations { }, 'zh': { 'app_name': '中山校務通', - 'update_note_content': '* 改善若 Cookies 逾期自動重新登入\n* 加入校園行事曆\n* 加入校園常用電話\n* 部分介面加入響應式顯示', + 'update_note_content': '* 改善若 Cookies 逾期自動重新登入\n* 加入校園行事曆\n* 加入校園常用電話\n* 修正部分介面響應式顯示', 'about_open_source_content': 'https://github.com/abc873693/NSYSU-AP\n\nThis project is licensed under the terms of the MIT license:\nThe MIT License (MIT)\n\nCopyright © 2019 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.', 'graduationCheckChecklist': '應屆畢業生成績檢核表', diff --git a/pubspec.yaml b/pubspec.yaml index 886dd53..d6645ed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nsysu_ap description: NSYSU AP -version: 0.4.0+400 +version: 0.4.1+401 environment: sdk: ">=2.6.0 <3.0.0"