From 865a540127abfbe3107f350d85582e1fe7dcfec3 Mon Sep 17 00:00:00 2001 From: johnathan White Date: Sun, 16 Oct 2022 17:02:53 -0400 Subject: [PATCH] bump 14.7.0 --- android/app/build.gradle | 4 ++-- ios/BitPayApp/Info.plist | 2 +- ios/BitPayAppTests/Info.plist | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 72aea0a92..eab1efdf2 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 91212043 - versionName "14.6.6" + versionCode 91212044 + versionName "14.7.0" missingDimensionStrategy 'react-native-camera', 'mlkit' } splits { diff --git a/ios/BitPayApp/Info.plist b/ios/BitPayApp/Info.plist index c1a72de58..48ec3708c 100644 --- a/ios/BitPayApp/Info.plist +++ b/ios/BitPayApp/Info.plist @@ -22,7 +22,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 14.6.6 + 14.7.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/BitPayAppTests/Info.plist b/ios/BitPayAppTests/Info.plist index 110d5b49c..0b0c30420 100644 --- a/ios/BitPayAppTests/Info.plist +++ b/ios/BitPayAppTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 14.6.6 + 14.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index d2b8c4a5c..3abddb7b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitpay", - "version": "14.6.6", + "version": "14.7.0", "private": true, "scripts": { "android": "react-native run-android",