Merge branch '0.33.1'

This commit is contained in:
Thomas Zarebczan 2019-06-12 15:03:22 -04:00
commit 241463eb35
2 changed files with 9 additions and 3 deletions

View file

@ -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/).
## [0.33.0] - [Unreleased]
## [0.33.1] - [2019-06-12]
### Fixed
- Fix reflector bugs on failed attempts and improve wallet connection with [LBRY SDK patch](https://github.com/lbryio/lbry/releases/tag/v0.37.4)
## [0.33.0] - [2019-06-04]
### Fixed

View file

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