diff --git a/apps/mobile/changelog/0.5.1.md b/apps/mobile/changelog/0.5.1.md
new file mode 100644
index 000000000..39f611b06
--- /dev/null
+++ b/apps/mobile/changelog/0.5.1.md
@@ -0,0 +1,10 @@
+# What's New in v0.5.1
+
+## Shiny new things
+
+- Added OTA version details to About
+
+## No longer broken
+
+- Fixed session refresh after cookie updates
+- Extended API request timeouts
diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md
index ad5323241..000f858e3 100644
--- a/apps/mobile/changelog/next.md
+++ b/apps/mobile/changelog/next.md
@@ -2,9 +2,10 @@
## Shiny new things
-- Added OTA version details to About
+## Improvements
## No longer broken
-- Fixed session refresh after cookie updates
-- Extended API request timeouts
+## 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 8c92f272c..adbe405d6 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.0
+ 0.5.1
CFBundleSignature
????
CFBundleURLTypes
@@ -54,7 +54,7 @@
CFBundleVersion
- 3
+ 4
ITSAppUsesNonExemptEncryption
LSApplicationCategoryType
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index 1556f1662..afdc09e01 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "@follow/mobile",
- "version": "0.5.0",
+ "version": "0.5.1",
"private": true,
"main": "src/main.tsx",
"scripts": {
diff --git a/apps/mobile/release-plan.json b/apps/mobile/release-plan.json
index 74637e871..0a4e0fb6f 100644
--- a/apps/mobile/release-plan.json
+++ b/apps/mobile/release-plan.json
@@ -1,5 +1,5 @@
{
- "mode": "ota",
- "runtimeVersion": "0.5.0",
- "channel": "production"
+ "mode": "store",
+ "runtimeVersion": null,
+ "channel": null
}
diff --git a/apps/mobile/release.json b/apps/mobile/release.json
index ad73f619b..1c949a3d2 100644
--- a/apps/mobile/release.json
+++ b/apps/mobile/release.json
@@ -1,6 +1,6 @@
{
- "version": "0.5.0",
- "mode": "store",
- "runtimeVersion": null,
- "channel": null
+ "version": "0.5.1",
+ "mode": "ota",
+ "runtimeVersion": "0.5.0",
+ "channel": "production"
}