downgrade sdk to 39.0
This commit is contained in:
parent
14cd37ac05
commit
dde29f0e22
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Upgraded lbry-sdk to 0.39.2 for performance and reliability improvements
|
- Upgraded lbry-sdk to 0.39.0 for performance and reliability improvements
|
||||||
- Upgraded windows certificate so builds continue to be signed properly
|
- Upgraded windows certificate so builds continue to be signed properly
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -202,7 +202,7 @@
|
||||||
"yarn": "^1.3"
|
"yarn": "^1.3"
|
||||||
},
|
},
|
||||||
"lbrySettings": {
|
"lbrySettings": {
|
||||||
"lbrynetDaemonVersion": "0.39.3",
|
"lbrynetDaemonVersion": "0.39.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…
Reference in a new issue