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"