bump daemon to 0.60.1
This commit is contained in:
parent
d783d2a24f
commit
8d89810725
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
### Changed
|
||||
|
||||
- Updated lbry-sdk to [0.60.0](https://github.com/lbryio/lbry-sdk/releases/tag/v0.60.0)
|
||||
- Updated lbry-sdk to [0.60.1](https://github.com/lbryio/lbry-sdk/releases/tag/v0.60.1)
|
||||
- Drops support for publishing anonymous comments ([#3705](https://github.com/lbryio/lbry-desktop/pull/3705))
|
||||
- Don't remember past repost bid amount ([bbd263c](https://github.com/lbryio/lbry-desktop/commit/bbd263c4413935ee4fac7b7b79b7f73b42d9c1f6))
|
||||
|
||||
|
|
|
@ -210,7 +210,7 @@
|
|||
"yarn": "^1.3"
|
||||
},
|
||||
"lbrySettings": {
|
||||
"lbrynetDaemonVersion": "0.60.0",
|
||||
"lbrynetDaemonVersion": "0.60.1",
|
||||
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip",
|
||||
"lbrynetDaemonDir": "static/daemon",
|
||||
"lbrynetDaemonFileName": "lbrynet"
|
||||
|
|
Loading…
Reference in a new issue