From 1ad82a3532acbafeeeb31aee78dd59a09cdf37b0 Mon Sep 17 00:00:00 2001 From: RainVisitor Date: Tue, 23 Feb 2021 01:09:47 +0800 Subject: [PATCH] Update to v0.7.2 --- ios/CourseAppWidget/Info.plist | 4 ++-- lib/utils/app_localizations.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ios/CourseAppWidget/Info.plist b/ios/CourseAppWidget/Info.plist index 221f1a9..21f8f9c 100644 --- a/ios/CourseAppWidget/Info.plist +++ b/ios/CourseAppWidget/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.7.1 + 0.7.2 CFBundleVersion - 701 + 702 NSExtension NSExtensionPointIdentifier diff --git a/lib/utils/app_localizations.dart b/lib/utils/app_localizations.dart index 36d2b1e..5ee8029 100644 --- a/lib/utils/app_localizations.dart +++ b/lib/utils/app_localizations.dart @@ -91,7 +91,7 @@ class AppLocalizations { static Map> _localizedValues = { 'en': { 'app_name': 'NSYSU AP', - 'update_note_content': '* Add school bus system.\n* Add course table export.\n* Enhance course table.\n* Improve PDF preview.', + 'update_note_content': '* Fix course widget weekday error.', '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', @@ -128,7 +128,7 @@ class AppLocalizations { }, 'zh': { 'app_name': '中山校務通', - 'update_note_content': '* 加入校車系統\n* 加入課表匯出\n* 加強課表功能\n* 改善PDF預覽', + 'update_note_content': '* 修正桌面小工具星期錯誤', '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 f965cc7..a6dfadf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nsysu_ap description: NSYSU AP -version: 0.7.1+701 +version: 0.7.2+702 environment: sdk: ">=2.6.0 <3.0.0"