update daemon version

This commit is contained in:
Jeremy Kauffman 2017-10-25 17:51:06 -04:00
parent 29463ac57b
commit 1f41446738
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
*
### Changed
* Updated daemon to 0.17.1. 0.17.1 contains several more download fixes that are backwards incompatible, making this a near mandatory upgrade.
* Continuing to standardize and improve design. File selectors, checkboxes, radios, and a number of other elements got substantial improvements.
* [Electron](https://github.com/electron/electron) version upgraded. Most relevantly, this fixes URI handling in Linux.
* Chat links and text updated to remove references to Slack.

View file

@ -20,7 +20,7 @@
"electron-rebuild": "^1.5.11"
},
"lbrySettings": {
"lbrynetDaemonVersion": "0.17.0",
"lbrynetDaemonVersion": "0.17.1",
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-daemon-vDAEMONVER-OSNAME.zip"
},
"license": "MIT"