tprepare release 3.2.1 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit ed2c74e58fa5d7f96e3465fa2c75b8771e2ada97 DIR parent 0cabfc02858358d5c3171b502c633e2b812f3bf7 HTML Author: ThomasV <thomasv@electrum.org> Date: Sun, 1 Jul 2018 14:02:31 +0200 prepare release 3.2.1 Diffstat: M lib/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/lib/version.py b/lib/version.py t@@ -1,6 +1,6 @@ -ELECTRUM_VERSION = '3.2.0' # version of the client package +ELECTRUM_VERSION = '3.2.1' # version of the client package PROTOCOL_VERSION = '1.2' # protocol version requested -APK_VERSION = '3.2.0.0' # read by buildozer.spec +APK_VERSION = '3.2.1.0' # read by buildozer.spec # The hash of the mnemonic seed must begin with this SEED_PREFIX = '01' # Standard wallet