This commit is contained in:
Sean Yesmunt 2019-03-04 12:03:22 -05:00
parent 4721ab1f2c
commit 3480aea8e6
2 changed files with 8 additions and 2 deletions

View file

@ -4,6 +4,12 @@ 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/).
## [0.29.1] - 2019-3-1
### Fixed
- Upgaded lbry-sdk to 0.32.4 to fix startup issue for some users
## [0.29.0] - 2019-2-21
### Added

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.29.1",
"version": "0.29.2",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"keywords": [
"lbry"
@ -139,7 +139,7 @@
"yarn": "^1.3"
},
"lbrySettings": {
"lbrynetDaemonVersion": "0.32.3",
"lbrynetDaemonVersion": "0.32.4",
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip",
"lbrynetDaemonDir": "static/daemon",
"lbrynetDaemonFileName": "lbrynet"