diff --git a/apps/mobile/changelog/0.5.4.md b/apps/mobile/changelog/0.5.4.md
new file mode 100644
index 000000000..a8994940b
--- /dev/null
+++ b/apps/mobile/changelog/0.5.4.md
@@ -0,0 +1,14 @@
+# What's New in v0.5.4
+
+## Improvements
+
+- Upgraded AI summaries to a more powerful Kimi model
+- Improved scroll mark-read reliability with batched updates, retry handling, and local read-state preservation
+- Improved action rule editor state stability
+- Routed direct downloads through OTA-backed delivery
+
+## No longer broken
+
+- Fixed duplicate shared links from mobile share actions
+- Fixed starred collection pagination order
+- Fixed unread counts after time-limited mark-read actions
diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md
index af22826ec..000f858e3 100644
--- a/apps/mobile/changelog/next.md
+++ b/apps/mobile/changelog/next.md
@@ -1,14 +1,11 @@
# What's New in vNEXT_VERSION
+## Shiny new things
+
## Improvements
-- Upgraded AI summaries to a more powerful Kimi model
-- Improved scroll mark-read reliability with batched updates, retry handling, and local read-state preservation
-- Improved action rule editor state stability
-- Routed direct downloads through OTA-backed delivery
-
## No longer broken
-- Fixed duplicate shared links from mobile share actions
-- Fixed starred collection pagination order
-- Fixed unread counts after time-limited mark-read actions
+## Thanks
+
+Special thanks to volunteer contributors @ for their valuable contributions
diff --git a/apps/mobile/ios/Folo/Info.plist b/apps/mobile/ios/Folo/Info.plist
index 9c849eaa5..7afb39911 100644
--- a/apps/mobile/ios/Folo/Info.plist
+++ b/apps/mobile/ios/Folo/Info.plist
@@ -33,7 +33,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 0.5.3
+ 0.5.4
CFBundleSignature
????
CFBundleURLTypes
@@ -54,7 +54,7 @@
CFBundleVersion
- 6
+ 7
ITSAppUsesNonExemptEncryption
LSApplicationCategoryType
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index d439ab9e3..6716a87cd 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "@follow/mobile",
- "version": "0.5.3",
+ "version": "0.5.4",
"private": true,
"main": "src/main.tsx",
"scripts": {
diff --git a/apps/mobile/release-plan.json b/apps/mobile/release-plan.json
index 9c818fa2c..0a4e0fb6f 100644
--- a/apps/mobile/release-plan.json
+++ b/apps/mobile/release-plan.json
@@ -1,5 +1,5 @@
{
- "mode": "ota",
- "runtimeVersion": "0.5.3",
- "channel": "production"
+ "mode": "store",
+ "runtimeVersion": null,
+ "channel": null
}
diff --git a/apps/mobile/release.json b/apps/mobile/release.json
index 60ae1b255..4bdf69bbb 100644
--- a/apps/mobile/release.json
+++ b/apps/mobile/release.json
@@ -1,6 +1,6 @@
{
- "version": "0.5.3",
+ "version": "0.5.4",
"mode": "ota",
- "runtimeVersion": "0.5.0",
+ "runtimeVersion": "0.5.3",
"channel": "production"
}