From e4e7a416601a6b400881eca2cd08ce50b0b6cd6d Mon Sep 17 00:00:00 2001 From: johnathan White Date: Wed, 30 Oct 2024 12:35:19 -0400 Subject: [PATCH] bump 14.26.2 --- 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 3af49960b..a144a29b8 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 91212253 - versionName "14.26.1" + versionCode 91212255 + versionName "14.26.2" missingDimensionStrategy 'react-native-camera', 'mlkit' } splits { diff --git a/ios/BitPayApp/Info.plist b/ios/BitPayApp/Info.plist index 157801916..a400483a3 100644 --- a/ios/BitPayApp/Info.plist +++ b/ios/BitPayApp/Info.plist @@ -24,7 +24,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 14.26.1 + 14.26.2 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/BitPayAppTests/Info.plist b/ios/BitPayAppTests/Info.plist index 5aae209c5..f758fe59e 100644 --- a/ios/BitPayAppTests/Info.plist +++ b/ios/BitPayAppTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 14.26.1 + 14.26.2 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index aa4774f8c..026396f6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitpay", - "version": "14.26.1", + "version": "14.26.2", "private": true, "scripts": { "android": "react-native run-android",