diff --git a/android/app/build.gradle b/android/app/build.gradle index 0c25919d..2d48aeba 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 41285407..0ec27310 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 653f31e8..a40df356 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 e263e23f..fc60a83b 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 00f6a682..fd751c62 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 708a0791..3d7af252 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 3cb581b9..4735a17b 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",