diff --git a/android/app/build.gradle b/android/app/build.gradle
index 884d624e1..521934659 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -127,7 +127,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
- versionName "5.1.0"
+ versionName "5.1.1"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
diff --git a/ios/BlueWallet/Info.plist b/ios/BlueWallet/Info.plist
index f5f3c3e86..ce48e7bc8 100644
--- a/ios/BlueWallet/Info.plist
+++ b/ios/BlueWallet/Info.plist
@@ -48,7 +48,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 5.1.0
+ 5.1.1
CFBundleSignature
????
CFBundleURLTypes
diff --git a/ios/BlueWalletWatch Extension/Info.plist b/ios/BlueWalletWatch Extension/Info.plist
index 595eda2b2..72a17fa37 100644
--- a/ios/BlueWalletWatch Extension/Info.plist
+++ b/ios/BlueWalletWatch Extension/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 5.1.0
+ 5.1.1
CFBundleVersion
239
CLKComplicationPrincipalClass
diff --git a/ios/BlueWalletWatch/Info.plist b/ios/BlueWalletWatch/Info.plist
index 78daa4dfc..6accaa0f2 100644
--- a/ios/BlueWalletWatch/Info.plist
+++ b/ios/BlueWalletWatch/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 5.1.0
+ 5.1.1
CFBundleVersion
239
UISupportedInterfaceOrientations
diff --git a/ios/TodayExtension/Info.plist b/ios/TodayExtension/Info.plist
index 8b9c91655..90ea19c1c 100644
--- a/ios/TodayExtension/Info.plist
+++ b/ios/TodayExtension/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 5.1.0
+ 5.1.1
CFBundleVersion
1
NSExtension
diff --git a/package-lock.json b/package-lock.json
index 1127d110c..40aa04c18 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "BlueWallet",
- "version": "5.1.0",
+ "version": "5.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 078c5cf23..b66e8fd6c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "BlueWallet",
- "version": "5.1.0",
+ "version": "5.1.1",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.1",