From 29585008759ae9813b52339c01dc49a88c80c717 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 1 Jun 2017 11:03:39 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.9rc1=20=E2=86=92=200.11.?= =?UTF-8?q?9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 12 ++++++++++-- app/package.json | 2 +- ui/package.json | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6b2ff8444..03dae8d5b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.9rc1 +current_version = 0.11.9 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 14983adab..79ee6f3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,8 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Fixed - * Windows upgrade process fixed - * Upgrade process on Mac and Linux will open the file rather than the folder + * + * ### Deprecated * @@ -27,6 +27,14 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.11.9] - 2017-06-01 + +### Fixed + * Windows upgrade process fixed + * Upgrade process on Mac and Linux will open the file rather than the folder + + + ## [0.11.8] - 2017-05-31 ### Fixed diff --git a/app/package.json b/app/package.json index b7c3debd9..824cb40a6 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.11.9rc1", + "version": "0.11.9", "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 d7f930420..7465c0fcd 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.11.9rc1", + "version": "0.11.9", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",