mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
version 3.2.2
This commit is contained in:
parent
2693d345f9
commit
26fcb1d3d5
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
# Release 3.2.2 - (July 2nd, 2018)
|
||||
|
||||
* Fix DNS resolution on Windows
|
||||
* Fix websocket bug in daemon
|
||||
|
||||
|
||||
# Release 3.2.1 - (July 1st, 2018)
|
||||
|
||||
* fix Windows binaries: due to build process changes, the locale files
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
ELECTRUM_VERSION = '3.2.1' # version of the client package
|
||||
ELECTRUM_VERSION = '3.2.2' # version of the client package
|
||||
APK_VERSION = '3.2.2.0' # read by buildozer.spec
|
||||
|
||||
PROTOCOL_VERSION = '1.2' # protocol version requested
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue