diff --git a/android/app/build.gradle b/android/app/build.gradle index 2e76cb8bb9b9..7c2cdd0afa48 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -148,8 +148,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001000531 - versionName "1.0.5-31" + versionCode 1001000532 + versionName "1.0.5-32" } splits { abi { diff --git a/ios/ExpensifyCash/Info.plist b/ios/ExpensifyCash/Info.plist index d7ac35468af4..105baf543d9b 100644 --- a/ios/ExpensifyCash/Info.plist +++ b/ios/ExpensifyCash/Info.plist @@ -20,8 +20,17 @@ 1.0.5 CFBundleSignature ???? + CFBundleURLTypes + + + CFBundleURLSchemes + + expensify-cash + + + CFBundleVersion - 1.0.5.31 + 1.0.5.32 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes @@ -95,14 +104,5 @@ UIViewControllerBasedStatusBarAppearance - CFBundleURLTypes - - - CFBundleURLSchemes - - expensify-cash - - - diff --git a/ios/ExpensifyCashTests/Info.plist b/ios/ExpensifyCashTests/Info.plist index 516a98d3811e..f5e581a4fc20 100644 --- a/ios/ExpensifyCashTests/Info.plist +++ b/ios/ExpensifyCashTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.0.5.31 + 1.0.5.32 diff --git a/package-lock.json b/package-lock.json index e5923e82fbbd..4fcc7c8facba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.5-31", + "version": "1.0.5-32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7e866c5dffe2..5d49d1b92460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.5-31", + "version": "1.0.5-32", "author": "Expensify, Inc.", "homepage": "https://expensify.cash", "description": "Expensify.cash is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",