Bump version: 0.9.0rc14 → 0.9.0rc15
This commit is contained in:
parent
addfbb2acf
commit
efc28c6644
3 changed files with 12 additions and 5 deletions
|
@ -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+))?
|
||||
|
|
13
CHANGELOG.md
13
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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue