From 76b3b4284c54757f95e611046b6c987bf4decfd4 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Mon, 21 Sep 2020 12:33:25 +0100 Subject: [PATCH] REL: ver bump & release notes --- android/app/build.gradle | 2 +- ios/BlueWalletWatch Extension/Info.plist | 2 +- ios/BlueWalletWatch/Info.plist | 2 +- ios/TodayExtension/Info.plist | 2 +- ios/fastlane/metadata/en-US/release_notes.txt | 26 +++++++------------ package-lock.json | 2 +- package.json | 2 +- 7 files changed, 15 insertions(+), 23 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 7fc0455e8..1d02819d1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -132,7 +132,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "5.6.0" + versionName "5.6.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/BlueWalletWatch Extension/Info.plist b/ios/BlueWalletWatch Extension/Info.plist index 5a7736ebf..6d3e00906 100644 --- a/ios/BlueWalletWatch Extension/Info.plist +++ b/ios/BlueWalletWatch Extension/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 5.6.0 + 5.6.1 CFBundleVersion 239 CLKComplicationPrincipalClass diff --git a/ios/BlueWalletWatch/Info.plist b/ios/BlueWalletWatch/Info.plist index 507f38e7d..30cc3636c 100644 --- a/ios/BlueWalletWatch/Info.plist +++ b/ios/BlueWalletWatch/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.6.0 + 5.6.1 CFBundleVersion 239 UISupportedInterfaceOrientations diff --git a/ios/TodayExtension/Info.plist b/ios/TodayExtension/Info.plist index 032183a29..062d3250c 100644 --- a/ios/TodayExtension/Info.plist +++ b/ios/TodayExtension/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.6.0 + 5.6.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSExtension diff --git a/ios/fastlane/metadata/en-US/release_notes.txt b/ios/fastlane/metadata/en-US/release_notes.txt index 403fa8d99..27040a507 100644 --- a/ios/fastlane/metadata/en-US/release_notes.txt +++ b/ios/fastlane/metadata/en-US/release_notes.txt @@ -1,3 +1,12 @@ +v.5.6.0 +======= + +* FIX: some transactions displayed with 0 value +* FIX: PSBT with HW wallets flow +* FIX: rare crash on watch-only receive button +* FIX: RBF cancel style +* REF: updated languages sl_SI, de_DE, fi_FI, es_ES + v5.5.9 ======= @@ -80,20 +89,3 @@ v5.5.5 ====== * FIX: scan Cobo vault signed transaction QR - -v5.5.4 -====== - -* ADD: handling push notification open -* ADD: View Wallet xPub (Apple Watch) -* ADD: COP Fiat -* FIX: Invoice were not being sent (Apple Watch) -* FIX: Disable some Watch app elements when app is not reachable -* FIX: Show loading indicator when processing file or qrcode image -* FIX: Button size for large devices -* FIX: better handling of electrum disconnect -* FIX: disable push notifications in settings -* FIX: Font-Color in Bump-Fee Input Field "Custom" is not adapted for dark mode -* FIX: QRCode border in LND Backup screen -* FIX: Animated QRCode border. Change save path to Downloads folder -* FIX: sk_SK language updates diff --git a/package-lock.json b/package-lock.json index ed2ea032b..326c64c8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bluewallet", - "version": "5.6.0", + "version": "5.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 874bfc77b..06c212ffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluewallet", - "version": "5.6.0", + "version": "5.6.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.9.6",