From 5210cd122dfae65ab61a68d35ff5b965d371a32d Mon Sep 17 00:00:00 2001 From: RainVisitor Date: Sun, 21 Feb 2021 11:06:32 +0800 Subject: [PATCH] Update to v0.6.4 --- RELEASE_NOTE.md | 5 +---- ios/CourseAppWidget/Info.plist | 4 ++-- ios/Podfile.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 2c2ec87..74a75f2 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,6 +1,3 @@ ### 基於 Flutter v1.26.0-17.6.pre 開發 -* 更新 `ap_common` 至 v0.13.6 -* 開啟課表匯出功能 -* 最新消息使用校務通伺服器版本 -* `Windows` 版本加入自動部署功能 \ No newline at end of file +* 修正 iOS 權限設定錯誤 \ No newline at end of file diff --git a/ios/CourseAppWidget/Info.plist b/ios/CourseAppWidget/Info.plist index 84513b6..4d925fb 100644 --- a/ios/CourseAppWidget/Info.plist +++ b/ios/CourseAppWidget/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.6.3 + 0.6.4 CFBundleVersion - 603 + 604 NSExtension NSExtensionPointIdentifier diff --git a/ios/Podfile.lock b/ios/Podfile.lock index afc5a03..2c4796c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -320,6 +320,6 @@ SPEC CHECKSUMS: url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef webview_flutter: d2b4d6c66968ad042ad94cbb791f5b72b4678a96 -PODFILE CHECKSUM: fe0e1ee7f3d1f7d00b11b474b62dd62134535aea +PODFILE CHECKSUM: 38d98d181fcb3eb87b4918fdb2b1f376ebf1e4fb COCOAPODS: 1.10.0 diff --git a/pubspec.yaml b/pubspec.yaml index 2fec8c4..1cd9f37 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nsysu_ap description: NSYSU AP -version: 0.6.3+603 +version: 0.6.4+604 environment: sdk: ">=2.6.0 <3.0.0"