diff --git a/android/app/build.gradle b/android/app/build.gradle
index 5256577e7..228be9850 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 91212036
- versionName "14.6.2"
+ versionCode 91212038
+ versionName "14.6.3"
missingDimensionStrategy 'react-native-camera', 'mlkit'
}
splits {
diff --git a/ios/BitPayApp/Info.plist b/ios/BitPayApp/Info.plist
index 452f56d4a..eb70c02df 100644
--- a/ios/BitPayApp/Info.plist
+++ b/ios/BitPayApp/Info.plist
@@ -22,7 +22,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 14.6.2
+ 14.6.3
CFBundleSignature
????
CFBundleURLTypes
diff --git a/ios/BitPayAppTests/Info.plist b/ios/BitPayAppTests/Info.plist
index f788f2f8a..67267dc56 100644
--- a/ios/BitPayAppTests/Info.plist
+++ b/ios/BitPayAppTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 14.6.2
+ 14.6.3
CFBundleSignature
????
CFBundleVersion
diff --git a/package.json b/package.json
index b6afd906f..9edfe76b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bitpay",
- "version": "14.6.2",
+ "version": "14.6.3",
"private": true,
"scripts": {
"android": "react-native run-android",