Bump version: 0.18.2rc1 → 0.18.2

This commit is contained in:
Liam Cardenas 2017-11-15 14:39:09 -05:00
parent 1304182fbc
commit 654edc9885
4 changed files with 11 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.18.2rc1 current_version = 0.18.2
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+))?

View file

@ -16,7 +16,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
* *
### Fixed ### Fixed
* Email verification is fixed. (#746) *
* *
### Deprecated ### 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 ## [0.18.0] - 2017-11-13
### Added ### Added

View file

@ -1,6 +1,6 @@
{ {
"name": "LBRY", "name": "LBRY",
"version": "0.18.2rc1", "version": "0.18.2",
"main": "main.js", "main": "main.js",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"homepage": "https://github.com/lbryio/lbry-app", "homepage": "https://github.com/lbryio/lbry-app",

View file

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