Bump version: 0.11.3rc1 → 0.11.3
This commit is contained in:
parent
05e78eba2d
commit
0350dd1610
4 changed files with 15 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.11.3rc1
|
||||
current_version = 0.11.3
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -16,10 +16,8 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
|
||||
### Fixed
|
||||
* Fixed always showing welcome message on run
|
||||
* "Fixed" upgrade process
|
||||
* Version info now shows properly on Help page
|
||||
* Claim info is properly accessed on Publish page
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
|
@ -29,6 +27,16 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
*
|
||||
|
||||
## [0.11.3] - 2017-05-26
|
||||
|
||||
### Fixed
|
||||
* Fixed always showing welcome message on run
|
||||
* "Fixed" upgrade process
|
||||
* Version info now shows properly on Help page
|
||||
* Claim info is properly accessed on Publish page
|
||||
|
||||
|
||||
|
||||
## [0.11.0] - 2017-05-25
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.11.3rc1",
|
||||
"version": "0.11.3",
|
||||
"main": "main.js",
|
||||
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
||||
"author": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.11.3rc1",
|
||||
"version": "0.11.3",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
Loading…
Add table
Reference in a new issue