diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9ef5275b0..094432ba3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,9 @@ +# Release 4.1.4 - (June 17, 2021) + * Kivy/Android: fix a regression where a non-LN wallet + could not open the settings (c49d6995) + * CLI/RPC: fix "close_wallet" command (#7348) + + # Release 4.1.3 - (June 16, 2021) * Builds/binaries: - Android: the binaries (APKs) should now be reproducible (#7263) diff --git a/electrum/version.py b/electrum/version.py index fa3fe807b..9cf979fbd 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.1.3' # version of the client package -APK_VERSION = '4.1.3.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.1.4' # version of the client package +APK_VERSION = '4.1.4.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested