Bump version: 0.11.4rc1 → 0.11.4
This commit is contained in:
parent
8ba2e96b24
commit
d878d3b693
4 changed files with 18 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.11.4rc1
|
||||
current_version = 0.11.4
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -8,7 +8,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
* New reward for watching weekly featured content
|
||||
*
|
||||
*
|
||||
|
||||
### Changed
|
||||
|
@ -16,8 +16,8 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
|
||||
### Fixed
|
||||
* Video playback will always properly fetch cost info (this was a big playback bug)
|
||||
* Fixed view rewards
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
|
@ -27,6 +27,18 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
*
|
||||
|
||||
## [0.11.4] - 2017-05-26
|
||||
|
||||
### Added
|
||||
* New reward for watching weekly featured content
|
||||
|
||||
|
||||
### Fixed
|
||||
* Video playback will always properly fetch cost info (this was a big playback bug)
|
||||
* Fixed view rewards
|
||||
|
||||
|
||||
|
||||
## [0.11.3] - 2017-05-26
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.11.4rc1",
|
||||
"version": "0.11.4",
|
||||
"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.4rc1",
|
||||
"version": "0.11.4",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
Loading…
Reference in a new issue