diff --git a/android/app/build.gradle b/android/app/build.gradle
index 90270e6c5..4aef592fa 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -137,8 +137,8 @@ android {
applicationId "com.bitpay.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 91212068
- versionName "14.7.10"
+ versionCode 91212069
+ versionName "14.8.0"
missingDimensionStrategy 'react-native-camera', 'mlkit'
}
splits {
diff --git a/ios/BitPayApp/Info.plist b/ios/BitPayApp/Info.plist
index 97e1716c5..9d8d83782 100644
--- a/ios/BitPayApp/Info.plist
+++ b/ios/BitPayApp/Info.plist
@@ -22,7 +22,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 14.7.10
+ 14.8.0
CFBundleSignature
????
CFBundleURLTypes
diff --git a/ios/BitPayAppTests/Info.plist b/ios/BitPayAppTests/Info.plist
index 1cd49a6a3..bb1c26cf1 100644
--- a/ios/BitPayAppTests/Info.plist
+++ b/ios/BitPayAppTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 14.7.10
+ 14.8.0
CFBundleSignature
????
CFBundleVersion
diff --git a/package.json b/package.json
index 893afe558..23cb73021 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bitpay",
- "version": "14.7.10",
+ "version": "14.8.0",
"private": true,
"scripts": {
"android": "react-native run-android",