diff --git a/android/app/build.gradle b/android/app/build.gradle
index ac49c8cc5..d5d1acde0 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 91212181
- versionName "14.17.1"
+ versionCode 91212183
+ versionName "14.17.2"
missingDimensionStrategy 'react-native-camera', 'mlkit'
}
splits {
diff --git a/ios/BitPayApp/Info.plist b/ios/BitPayApp/Info.plist
index a5351333e..633e1b372 100644
--- a/ios/BitPayApp/Info.plist
+++ b/ios/BitPayApp/Info.plist
@@ -24,7 +24,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 14.17.1
+ 14.17.2
CFBundleSignature
????
CFBundleURLTypes
diff --git a/ios/BitPayAppTests/Info.plist b/ios/BitPayAppTests/Info.plist
index 54f3b33ff..fdd4e0788 100644
--- a/ios/BitPayAppTests/Info.plist
+++ b/ios/BitPayAppTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 14.17.1
+ 14.17.2
CFBundleSignature
????
CFBundleVersion
diff --git a/package.json b/package.json
index b6e8a287b..5ade32d87 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bitpay",
- "version": "14.17.1",
+ "version": "14.17.2",
"private": true,
"scripts": {
"android": "react-native run-android",