Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/mobile/changelog/0.5.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# What's New in v0.5.8

## Improvements

- Updated Android photo selection and saving to use system pickers and request only the permissions required
4 changes: 2 additions & 2 deletions apps/mobile/ios/Folo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.5.7</string>
<string>0.5.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -54,7 +54,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>10</string>
<string>11</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@follow/mobile",
"version": "0.5.7",
"version": "0.5.8",
"private": true,
"main": "src/main.tsx",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/release.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.7",
"version": "0.5.8",
"mode": "store",
"runtimeVersion": null,
"channel": null
Expand Down
Loading