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]
|
[bumpversion]
|
||||||
current_version = 0.11.3rc1
|
current_version = 0.11.3
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
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
|
||||||
* 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
|
### 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
|
## [0.11.0] - 2017-05-25
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "LBRY",
|
"name": "LBRY",
|
||||||
"version": "0.11.3rc1",
|
"version": "0.11.3",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lbry-web-ui",
|
"name": "lbry-web-ui",
|
||||||
"version": "0.11.3rc1",
|
"version": "0.11.3",
|
||||||
"description": "LBRY UI",
|
"description": "LBRY UI",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue