diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bde46016..a8019839d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ 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/). ## [Unreleased for Desktop] +## [0.52.0] - [2021-10-24] ### Added - Added direct replying to notifications _community pr!_ ([#6935](https://github.com/lbryio/lbry-desktop/pull/6935)) diff --git a/package.json b/package.json index 655f08d59..811ac56e2 100644 --- a/package.json +++ b/package.json @@ -237,13 +237,9 @@ "yarn": "^1.3" }, "lbrySettings": { - "lbrynetDaemonVersion": "0.99.0", + "lbrynetDaemonVersion": "0.103.0", "lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip", "lbrynetDaemonDir": "static/daemon", - "lbrynetDaemonFileName": "lbrynet", - "LBRYFirstVersion": "0.0.20", - "LBRYFirstUrlTemplate": "https://github.com/lbryio/lbry-first/releases/download/vLBRYFIRSTVER/lbry-first_OSNAME_amd64.zip", - "LBRYFirstDir": "static/lbry-first", - "LBRYFirstFileName": "lbry-first" + "lbrynetDaemonFileName": "lbrynet" } }