diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e72012fca..5a3a3ab63 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.2rc1 +current_version = 0.18.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f80727ad..7214e34bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/package.json b/app/package.json index 2e47a9e9f..acbc64462 100644 --- a/app/package.json +++ b/app/package.json @@ -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", diff --git a/ui/package.json b/ui/package.json index c7bd2e013..bd0fbdbf4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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",