From 4404cf0c136ca690ce35c171588714f1a2418d0d Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 20 Apr 2020 17:50:56 -0400 Subject: [PATCH] bump sdk --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf00968c..014108295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed -- Updated lbry-sdk to [0.69.1](https://github.com/lbryio/lbry-sdk/releases/tag/v0.69.1) +- Updated lbry-sdk to [0.70.0](https://github.com/lbryio/lbry-sdk/releases/tag/v0.70.0) - Improved file page layout/styling ([#3918](https://github.com/lbryio/lbry-desktop/pull/3918)) - Now using Github for auto-update downloads ([#3992](https://github.com/lbryio/lbry-desktop/pull/3992)) - Now paginating wallet history using txo_list ([#3979](https://github.com/lbryio/lbry-desktop/pull/3979)) diff --git a/package.json b/package.json index 7e43971b5..8d9af37ec 100644 --- a/package.json +++ b/package.json @@ -209,7 +209,7 @@ "yarn": "^1.3" }, "lbrySettings": { - "lbrynetDaemonVersion": "0.69.1", + "lbrynetDaemonVersion": "0.70.0", "lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip", "lbrynetDaemonDir": "static/daemon", "lbrynetDaemonFileName": "lbrynet"