diff --git a/app.json b/app.json index 4f51b82657..13e35d9a75 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "bluesky", "slug": "bluesky", - "version": "1.6.0", + "version": "1.7.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -26,4 +26,4 @@ "favicon": "./assets/favicon.png" } } -} \ No newline at end of file +} diff --git a/ios/bluesky.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/bluesky.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000000..18d981003d --- /dev/null +++ b/ios/bluesky.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/ios/bluesky/Info.plist b/ios/bluesky/Info.plist index 71cb3e7b00..eb3798dc33 100644 --- a/ios/bluesky/Info.plist +++ b/ios/bluesky/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.6.0 + 1.7 CFBundleSignature ???? CFBundleURLTypes @@ -77,7 +77,7 @@ armv7 UIRequiresFullScreen - + UIStatusBarStyle UIStatusBarStyleDefault UISupportedInterfaceOrientations diff --git a/package.json b/package.json index c831299a40..121ce8f45d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.6.0", + "version": "1.7.0", "private": true, "scripts": { "android": "expo run:android",