diff --git a/android/app/build.gradle b/android/app/build.gradle index 577751393..a7ab6a17e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -137,8 +137,8 @@ android { applicationId "com.bitpay.wallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 91212012 - versionName "14.1.1" + versionCode 91212013 + versionName "14.2.0" missingDimensionStrategy 'react-native-camera', 'mlkit' } splits { diff --git a/ios/BitPayApp/Info.plist b/ios/BitPayApp/Info.plist index fe91402fb..cfd5f6742 100644 --- a/ios/BitPayApp/Info.plist +++ b/ios/BitPayApp/Info.plist @@ -22,7 +22,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 14.1.1 + 14.2.0 CFBundleSignature ???? CFBundleURLTypes @@ -41,7 +41,7 @@ CFBundleVersion 1 LSRequiresIPhoneOS - + NSAppTransportSecurity NSExceptionDomains @@ -49,7 +49,7 @@ localhost NSExceptionAllowsInsecureHTTPLoads - + @@ -58,7 +58,7 @@ NSFaceIDUsageDescription Enabling Face ID allows you quick and secure access to your account. NSLocationWhenInUseUsageDescription - + NSUserTrackingUsageDescription Tracking is used to identify source of traffic, optimize campaigns, and improve user experiences in the app. UIAppFonts @@ -82,6 +82,6 @@ UIInterfaceOrientationPortrait UIViewControllerBasedStatusBarAppearance - + diff --git a/ios/BitPayAppTests/Info.plist b/ios/BitPayAppTests/Info.plist index 5d6939592..ea6150927 100644 --- a/ios/BitPayAppTests/Info.plist +++ b/ios/BitPayAppTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 14.1.1 + 14.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index 6d0d10833..30695f3fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitpay", - "version": "14.1.1", + "version": "14.2.0", "private": true, "scripts": { "android": "react-native run-android",