From 2a0d9a0d08ae03394b469bc93435760e869dce3d Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Fri, 28 Jul 2017 19:31:48 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.1rc1=20=E2=86=92=200.14.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 9 ++++++++- app/package.json | 2 +- ui/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8ef8ebaff..e251b6297 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.1rc1 +current_version = 0.14.1 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 6dfef9307..695df1aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Fixed - * Fixed upgrade file path missing file name + * * ### Deprecated @@ -27,6 +27,13 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.14.1] - 2017-07-28 + +### Fixed + * Fixed upgrade file path missing file name + + + ## [0.14.0] - 2017-07-28 ### Added diff --git a/app/package.json b/app/package.json index bea2effe7..de76ab03e 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.14.1rc1", + "version": "0.14.1", "main": "main.js", "description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.", "author": { diff --git a/ui/package.json b/ui/package.json index b654b71af..fd9137ba5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.14.1rc1", + "version": "0.14.1", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",