From fc98658148b04f7b71084ed9eff2d154318bc3e7 Mon Sep 17 00:00:00 2001 From: johnathan White Date: Tue, 26 Nov 2024 13:10:04 -0500 Subject: [PATCH] bump 14.27.1 --- 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 ecc4e45b2..17e3e9fb4 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 91212261 - versionName "14.27.0" + versionCode 91212262 + versionName "14.27.1" missingDimensionStrategy 'react-native-camera', 'mlkit' } splits { diff --git a/ios/BitPayApp/Info.plist b/ios/BitPayApp/Info.plist index d1bbee99f..4aea37e89 100644 --- a/ios/BitPayApp/Info.plist +++ b/ios/BitPayApp/Info.plist @@ -24,7 +24,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 14.27.0 + 14.27.1 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/BitPayAppTests/Info.plist b/ios/BitPayAppTests/Info.plist index a40b48d0e..f0addde84 100644 --- a/ios/BitPayAppTests/Info.plist +++ b/ios/BitPayAppTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 14.27.0 + 14.27.1 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index 945a3327f..d2f10f30b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitpay", - "version": "14.27.0", + "version": "14.27.1", "private": true, "scripts": { "android": "react-native run-android",