Skip to content

Commit e3e15fa

Browse files
authored
Merge pull request #5006 from RSSNext/mobile-main
chore(sync): merge mobile-main into dev
2 parents 27f44a2 + c1d8439 commit e3e15fa

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

apps/mobile/changelog/0.5.2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# What's New in v0.5.2
2+
3+
## No longer broken
4+
5+
- Fixed sign out leaving mobile auth storage behind
6+
- Fixed unavailable AI summaries breaking summary state
7+
- Fixed final entries and mark-read footers near the end of entry lists

apps/mobile/ios/Folo/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<key>CFBundlePackageType</key>
3434
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
3535
<key>CFBundleShortVersionString</key>
36-
<string>0.5.1</string>
36+
<string>0.5.2</string>
3737
<key>CFBundleSignature</key>
3838
<string>????</string>
3939
<key>CFBundleURLTypes</key>
@@ -54,7 +54,7 @@
5454
</dict>
5555
</array>
5656
<key>CFBundleVersion</key>
57-
<string>4</string>
57+
<string>5</string>
5858
<key>ITSAppUsesNonExemptEncryption</key>
5959
<false/>
6060
<key>LSApplicationCategoryType</key>

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@follow/mobile",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"main": "src/main.tsx",
66
"scripts": {

apps/mobile/release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.1",
2+
"version": "0.5.2",
33
"mode": "ota",
44
"runtimeVersion": "0.5.0",
55
"channel": "production"

0 commit comments

Comments
 (0)