From 16c2a97355824e06eb8cb17e92087ef543cc4748 Mon Sep 17 00:00:00 2001 From: johnathan White Date: Tue, 18 Feb 2025 10:12:10 -0500 Subject: [PATCH] bump 14.29.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 f92b6b84b..850836131 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -103,8 +103,8 @@ android { applicationId "com.bitpay.wallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 91212272 - versionName "14.29.2" + versionCode 91212274 + versionName "14.29.3" missingDimensionStrategy 'react-native-camera', 'mlkit' } splits { diff --git a/ios/BitPayApp/Info.plist b/ios/BitPayApp/Info.plist index 0daf4c983..a4363474a 100644 --- a/ios/BitPayApp/Info.plist +++ b/ios/BitPayApp/Info.plist @@ -24,7 +24,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 14.29.2 + 14.29.3 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/BitPayAppTests/Info.plist b/ios/BitPayAppTests/Info.plist index d9412670e..f26139c6c 100644 --- a/ios/BitPayAppTests/Info.plist +++ b/ios/BitPayAppTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 14.29.2 + 14.29.3 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index 3aae08670..6b696ddeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitpay", - "version": "14.29.2", + "version": "14.29.3", "private": true, "scripts": { "android": "react-native run-android",