From cae8e3701f81408a56aff2f5bc507b44939b249c Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman <kauffj@gmail.com> Date: Thu, 3 Aug 2017 11:30:46 -0400 Subject: [PATCH] update app description --- CHANGELOG.md | 1 + app/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 637507ac3..e4c345ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Web UI version numbers should always match the corresponding version of LBRY App ### Changed * Make it clearer how to skip identity verification and add link to FAQ * Reward-eligible content icon is now a rocket ship :D :D :D + * Change install description shown by operating systems * Improved flow for when app is run with incompatible daemon * diff --git a/app/package.json b/app/package.json index 14952d30b..fad8346c5 100644 --- a/app/package.json +++ b/app/package.json @@ -2,7 +2,7 @@ "name": "LBRY", "version": "0.14.3rc2", "main": "main.js", - "description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.", + "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "author": { "name": "LBRY Inc.", "email": "hello@lbry.io"