diff --git a/android/app/build.gradle b/android/app/build.gradle
index 14a0eb09e..a036a15ee 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 38
- versionName "1.15.1"
+ versionCode 39
+ versionName "14.0.0"
missingDimensionStrategy 'react-native-camera', 'mlkit'
}
splits {
diff --git a/ios/BitPayApp/Info.plist b/ios/BitPayApp/Info.plist
index b9b725fa7..7c683ca5f 100644
--- a/ios/BitPayApp/Info.plist
+++ b/ios/BitPayApp/Info.plist
@@ -22,7 +22,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.15.1
+ 14.0.0
CFBundleSignature
????
CFBundleURLTypes
@@ -39,9 +39,9 @@
CFBundleVersion
- 38
+ 39
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 3ad491b81..e0f1f7a4b 100644
--- a/ios/BitPayAppTests/Info.plist
+++ b/ios/BitPayAppTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.15.1
+ 14.0.0
CFBundleSignature
????
CFBundleVersion
- 38
+ 39
diff --git a/package.json b/package.json
index 8bcf94ab1..94f250b88 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bitpay",
- "version": "1.15.1",
+ "version": "14.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",