mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-10-01 15:50:33 +00:00
bump sdk
This commit is contained in:
parent
9750f937db
commit
4404cf0c13
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Updated lbry-sdk to [0.69.1](https://github.com/lbryio/lbry-sdk/releases/tag/v0.69.1)
|
- Updated lbry-sdk to [0.70.0](https://github.com/lbryio/lbry-sdk/releases/tag/v0.70.0)
|
||||||
- Improved file page layout/styling ([#3918](https://github.com/lbryio/lbry-desktop/pull/3918))
|
- Improved file page layout/styling ([#3918](https://github.com/lbryio/lbry-desktop/pull/3918))
|
||||||
- Now using Github for auto-update downloads ([#3992](https://github.com/lbryio/lbry-desktop/pull/3992))
|
- Now using Github for auto-update downloads ([#3992](https://github.com/lbryio/lbry-desktop/pull/3992))
|
||||||
- Now paginating wallet history using txo_list ([#3979](https://github.com/lbryio/lbry-desktop/pull/3979))
|
- Now paginating wallet history using txo_list ([#3979](https://github.com/lbryio/lbry-desktop/pull/3979))
|
||||||
|
|
|
@ -209,7 +209,7 @@
|
||||||
"yarn": "^1.3"
|
"yarn": "^1.3"
|
||||||
},
|
},
|
||||||
"lbrySettings": {
|
"lbrySettings": {
|
||||||
"lbrynetDaemonVersion": "0.69.1",
|
"lbrynetDaemonVersion": "0.70.0",
|
||||||
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip",
|
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip",
|
||||||
"lbrynetDaemonDir": "static/daemon",
|
"lbrynetDaemonDir": "static/daemon",
|
||||||
"lbrynetDaemonFileName": "lbrynet"
|
"lbrynetDaemonFileName": "lbrynet"
|
||||||
|
|
Loading…
Add table
Reference in a new issue