From e4f80b232cd8825f34c4369e3e452ded958cf5b5 Mon Sep 17 00:00:00 2001 From: Liam Cardenas Date: Mon, 8 Jan 2018 08:15:09 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.19.4rc2=20=E2=86=92=200.19.?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 25 ++++++++++++++++++++----- package.json | 2 +- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b0d45e6e6..db2e3560a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.4rc2 +current_version = 0.19.4 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1f049c5..89b56ed2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,15 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * Video state tracking in redux - developer only (#890) + * * ### Changed - * Improved text content in app (#921) + * * ### Fixed - * Right click works in the app again (#928) - * Icons are now the rights size (#925) - * Fixed tip sending error (#918) + * * ### Deprecated @@ -29,6 +27,23 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.19.4] - 2018-01-08 + +### Added + * Video state tracking in redux - developer only (#890) + + +### Changed + * Improved text content in app (#921) + + +### Fixed + * Right click works in the app again (#928) + * Icons are now the rights size (#925) + * Fixed tip sending error (#918) + + + ## [0.19.3] - 2017-12-30 ### Changed diff --git a/package.json b/package.json index 166286b06..2e61b99cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.19.4rc2", + "version": "0.19.4", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "homepage": "https://lbry.io/", "bugs": {