From f4b5903a18217c19cf6539a6226c6d7130e6e39a Mon Sep 17 00:00:00 2001 From: johnathan White Date: Fri, 21 Jun 2024 20:48:48 -0400 Subject: [PATCH] bump 14.21.3 --- 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 387d2e5d4..421d085ee 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -98,8 +98,8 @@ android { applicationId "com.bitpay.wallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 91212203 - versionName "14.21.2" + versionCode 91212205 + versionName "14.21.3" missingDimensionStrategy 'react-native-camera', 'mlkit' } splits { diff --git a/ios/BitPayApp/Info.plist b/ios/BitPayApp/Info.plist index 28878ccc4..2cace2f4a 100644 --- a/ios/BitPayApp/Info.plist +++ b/ios/BitPayApp/Info.plist @@ -24,7 +24,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 14.21.2 + 14.21.3 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/BitPayAppTests/Info.plist b/ios/BitPayAppTests/Info.plist index b9c64f737..bbbc17157 100644 --- a/ios/BitPayAppTests/Info.plist +++ b/ios/BitPayAppTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 14.21.2 + 14.21.3 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index 917fd6a2b..c4dc13aae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitpay", - "version": "14.21.2", + "version": "14.21.3", "private": true, "scripts": { "android": "react-native run-android",