Bump version: 0.9.0rc14 → 0.9.0rc15

This commit is contained in:
Alex Grintsvayg 2017-03-09 10:37:42 -05:00
parent addfbb2acf
commit efc28c6644
3 changed files with 12 additions and 5 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0rc14
current_version = 0.9.0rc15
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

@ -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

View file

@ -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"