Bump version: 0.11.7rc1 → 0.11.7

This commit is contained in:
Jeremy Kauffman 2017-05-30 19:57:36 -04:00
parent 4d986a509e
commit aa425c5c69
4 changed files with 22 additions and 10 deletions

View file

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

View file

@ -12,15 +12,12 @@ Web UI version numbers should always match the corresponding version of LBRY App
*
### Changed
* Video player switched from plyr to render-media
*
*
### Fixed
* Video player should behave better on streaming
* Daemon times out more quickly when it cannot start
* Connection should fail more cleanly, rather than get stuck entirely
* Closing modal dialogs was broken on some download and stream errors
* Discover landing page improperly showed loading error when it was loading correctly
*
*
### Deprecated
*
@ -30,6 +27,21 @@ Web UI version numbers should always match the corresponding version of LBRY App
*
*
## [0.11.7] - 2017-05-30
### Changed
* Video player switched from plyr to render-media
### Fixed
* Video player should behave better on streaming
* Daemon times out more quickly when it cannot start
* Connection should fail more cleanly, rather than get stuck entirely
* Closing modal dialogs was broken on some download and stream errors
* Discover landing page improperly showed loading error when it was loading correctly
## [0.11.6] - 2017-05-29
### Changed

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.11.7rc1",
"version": "0.11.7",
"main": "main.js",
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
"author": {

View file

@ -1,6 +1,6 @@
{
"name": "lbry-web-ui",
"version": "0.11.7rc1",
"version": "0.11.7",
"description": "LBRY UI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",