Skip to content

Commit

Permalink
Update to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Sep 10, 2020
1 parent f74f59e commit b1affd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/Flutter/.last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b549c7715725b65dfb5aeb419df2006e
a79d6ba61c9fe93321b4128219aa2e7d
4 changes: 2 additions & 2 deletions lib/utils/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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': '應屆畢業生成績檢核表',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b1affd5

Please sign in to comment.