mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
prepare release 4.0.2
This commit is contained in:
parent
3442dcc461
commit
999eaa778e
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
# Release 4.0.2 - (July 8, 2020)
|
||||
- rm old corrupted non-bip70 invoices (#6345)
|
||||
- other minor fixes
|
||||
|
||||
# Release 4.0.1 - (July 3, 2020)
|
||||
* Lightning Network support (experimental)
|
||||
- Our implementation of Lightning relies on Electrum servers to
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ELECTRUM_VERSION = '4.0.1' # version of the client package
|
||||
APK_VERSION = '4.0.1.0' # read by buildozer.spec
|
||||
ELECTRUM_VERSION = '4.0.2' # version of the client package
|
||||
APK_VERSION = '4.0.2.0' # read by buildozer.spec
|
||||
|
||||
PROTOCOL_VERSION = '1.4' # protocol version requested
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue