From efc28c6644b7970403e3a11523cbf6e336eee52d Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Thu, 9 Mar 2017 10:37:42 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0rc14=20=E2=86=92=200.9.0?= =?UTF-8?q?rc15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 13 ++++++++++--- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1377c9a48..7cbe4753f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0rc14 +current_version = 0.9.0rc15 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 ef0c5d452..6a03869e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,12 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * A way to access the Developer Settings panel in Electron (Ctrl-Shift and click logo) - * Option in Developer Settings to toggle developer menu + * + * * ### Changed - * Open and reveal files using Electron instead of daemon + * * * @@ -22,6 +22,13 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.9.0rc15] - 2017-03-09 +### Added + * A way to access the Developer Settings panel in Electron (Ctrl-Shift and click logo) + * Option in Developer Settings to toggle developer menu +### Changed + * Open and reveal files using Electron instead of daemon + ## [0.9.0rc12] - 2017-03-06 ### Changed * Improved ability to style FormFields and form field labels diff --git a/package.json b/package.json index 7b909dc48..7b2678006 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.9.0rc14", + "version": "0.9.0rc15", "description": "LBRY web ui", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"