From b34700288123e1a8621e0a3423bff9d496d3070c Mon Sep 17 00:00:00 2001 From: Overtorment Date: Wed, 6 Nov 2019 15:22:54 +0000 Subject: [PATCH] REL: ver bump --- android/app/build.gradle | 2 +- ios/BlueWallet/Info.plist | 2 +- ios/BlueWalletWatch Extension/Info.plist | 2 +- ios/BlueWalletWatch/Info.plist | 2 +- ios/fastlane/metadata/en-US/release_notes.txt | 2 ++ package-lock.json | 2 +- package.json | 2 +- 7 files changed, 8 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 0c25919d92..2d48aebaa6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -119,7 +119,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "4.7.3" + versionName "4.7.4" multiDexEnabled true missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/ios/BlueWallet/Info.plist b/ios/BlueWallet/Info.plist index 41285407c2..0ec27310fb 100644 --- a/ios/BlueWallet/Info.plist +++ b/ios/BlueWallet/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.7.3 + 4.7.4 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/BlueWalletWatch Extension/Info.plist b/ios/BlueWalletWatch Extension/Info.plist index 653f31e81b..a40df35678 100644 --- a/ios/BlueWalletWatch Extension/Info.plist +++ b/ios/BlueWalletWatch Extension/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 4.7.3 + 4.7.4 CFBundleVersion 239 CLKComplicationPrincipalClass diff --git a/ios/BlueWalletWatch/Info.plist b/ios/BlueWalletWatch/Info.plist index e263e23f15..fc60a83b22 100644 --- a/ios/BlueWalletWatch/Info.plist +++ b/ios/BlueWalletWatch/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.7.3 + 4.7.4 CFBundleVersion 239 UISupportedInterfaceOrientations diff --git a/ios/fastlane/metadata/en-US/release_notes.txt b/ios/fastlane/metadata/en-US/release_notes.txt index 00f6a68299..fd751c6271 100644 --- a/ios/fastlane/metadata/en-US/release_notes.txt +++ b/ios/fastlane/metadata/en-US/release_notes.txt @@ -4,6 +4,8 @@ v4.7.1 * ADD: Lapp browser * FIX: White screen on boot * FIX: Lightning wallet was not shown on Watch app +* FIX: crash on PSBT tx broadcast (when using with hardware wallet) +* REF: mnemonic backup screen * DEL: Auto brightenss v4.7.0 diff --git a/package-lock.json b/package-lock.json index 808cde6b65..b816b4e46c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "BlueWallet", - "version": "4.7.3", + "version": "4.7.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6bb20cdf9b..50d839cb62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BlueWallet", - "version": "4.7.3", + "version": "4.7.4", "devDependencies": { "@babel/core": "^7.5.0", "@babel/runtime": "^7.5.1",