mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
prepare release 3.3.1
This commit is contained in:
parent
b1b6b250d1
commit
85b712967f
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
# Release 3.3.1 - (December 20, 2018)
|
||||
|
||||
* Qt: Fix invoices tab crash (#4941)
|
||||
* Android: Minor GUI improvements
|
||||
|
||||
|
||||
# Release 3.3.0 - Hodler's Edition (December 19, 2018)
|
||||
|
||||
* The network layer has been rewritten using asyncio and aiorpcx.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ELECTRUM_VERSION = '3.3.0' # version of the client package
|
||||
APK_VERSION = '3.3.0.0' # read by buildozer.spec
|
||||
ELECTRUM_VERSION = '3.3.1' # version of the client package
|
||||
APK_VERSION = '3.3.1.0' # read by buildozer.spec
|
||||
|
||||
PROTOCOL_VERSION = '1.4' # protocol version requested
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue