diff --git a/android/app/build.gradle b/android/app/build.gradle
index ec5a75d76..8c0d26f8f 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 91212264
- versionName "14.28.0"
+ versionCode 91212266
+ versionName "14.28.1"
missingDimensionStrategy 'react-native-camera', 'mlkit'
}
splits {
diff --git a/ios/BitPayApp/Info.plist b/ios/BitPayApp/Info.plist
index 668aa0945..ea4ff7d5d 100644
--- a/ios/BitPayApp/Info.plist
+++ b/ios/BitPayApp/Info.plist
@@ -24,7 +24,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 14.28.0
+ 14.28.1
CFBundleSignature
????
CFBundleURLTypes
diff --git a/ios/BitPayAppTests/Info.plist b/ios/BitPayAppTests/Info.plist
index b6d6856c1..ba91ca07b 100644
--- a/ios/BitPayAppTests/Info.plist
+++ b/ios/BitPayAppTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 14.28.0
+ 14.28.1
CFBundleSignature
????
CFBundleVersion
diff --git a/package.json b/package.json
index 4d2707c12..d294623af 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bitpay",
- "version": "14.28.0",
+ "version": "14.28.1",
"private": true,
"scripts": {
"android": "react-native run-android",