Bump version: 0.18.2rc1 → 0.18.2
This commit is contained in:
parent
1304182fbc
commit
654edc9885
4 changed files with 11 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.18.2rc1
|
||||
current_version = 0.18.2
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
|
@ -16,7 +16,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
|
||||
### Fixed
|
||||
* Email verification is fixed. (#746)
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
|
@ -27,6 +27,13 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
*
|
||||
|
||||
## [0.18.2] - 2017-11-15
|
||||
|
||||
### Fixed
|
||||
* Email verification is fixed. (#746)
|
||||
|
||||
|
||||
|
||||
## [0.18.0] - 2017-11-13
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.18.2rc1",
|
||||
"version": "0.18.2",
|
||||
"main": "main.js",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"homepage": "https://github.com/lbryio/lbry-app",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.18.2rc1",
|
||||
"version": "0.18.2",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
Loading…
Add table
Reference in a new issue