mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-10-01 15:50:33 +00:00
bump lbry-sdk
This commit is contained in:
parent
3a86099337
commit
22a9d68926
2 changed files with 8 additions and 2 deletions
|
@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [0.45.1] - [Unreleased]
|
## [0.45.2] - [2020-05-13]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated lbry-sdk to [0.73.1](https://github.com/lbryio/lbry-sdk/releases/tag/v0.73.1)
|
||||||
|
|
||||||
|
## [0.45.1] - [2020-05-06]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
@ -210,7 +210,7 @@
|
||||||
"yarn": "^1.3"
|
"yarn": "^1.3"
|
||||||
},
|
},
|
||||||
"lbrySettings": {
|
"lbrySettings": {
|
||||||
"lbrynetDaemonVersion": "0.72.0",
|
"lbrynetDaemonVersion": "0.73.1",
|
||||||
"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