diff --git a/android/app/build.gradle b/android/app/build.gradle
index ecd96a35d..d728f40fc 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -118,7 +118,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
- versionName "4.7.0"
+ versionName "4.7.1"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}
diff --git a/ios/BlueWallet/Info.plist b/ios/BlueWallet/Info.plist
index 66dc56f7c..774c66bd2 100644
--- a/ios/BlueWallet/Info.plist
+++ b/ios/BlueWallet/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 4.7.0
+ 4.7.1
CFBundleSignature
????
CFBundleURLTypes
diff --git a/ios/BlueWalletWatch Extension/Info.plist b/ios/BlueWalletWatch Extension/Info.plist
index 481c56881..a323c3dd4 100644
--- a/ios/BlueWalletWatch Extension/Info.plist
+++ b/ios/BlueWalletWatch Extension/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 4.7.0
+ 4.7.1
CFBundleVersion
239
CLKComplicationPrincipalClass
diff --git a/ios/BlueWalletWatch/Info.plist b/ios/BlueWalletWatch/Info.plist
index 2ea251dd6..00668d4f6 100644
--- a/ios/BlueWalletWatch/Info.plist
+++ b/ios/BlueWalletWatch/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 4.7.0
+ 4.7.1
CFBundleVersion
239
UISupportedInterfaceOrientations
diff --git a/package-lock.json b/package-lock.json
index 25856de9c..adcfcba79 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "BlueWallet",
- "version": "4.7.0",
+ "version": "4.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f6c5a5649..446050e6e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "BlueWallet",
- "version": "4.7.0",
+ "version": "4.7.1",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.1",