From 43c8bdc66fe9f1b9d7cf91e7009f4699653239b3 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 12 Jun 2019 12:14:12 -0400 Subject: [PATCH] Chore: bump rc + sdk --- CHANGELOG.md | 8 +++++++- package.json | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea4fe9a9..3c90d4a6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index c19c2f56a..b1b417620 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.33.0", + "version": "0.33.1-rc.1", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "keywords": [ "lbry" @@ -190,7 +190,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"