diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 16f5fa197..b541729bc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.3rc1 +current_version = 0.11.3 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 a952b221a..e640b44c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,8 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Fixed - * Fixed always showing welcome message on run - * "Fixed" upgrade process - * Version info now shows properly on Help page - * Claim info is properly accessed on Publish page + * + * ### Deprecated * @@ -29,6 +27,16 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.11.3] - 2017-05-26 + +### Fixed + * Fixed always showing welcome message on run + * "Fixed" upgrade process + * Version info now shows properly on Help page + * Claim info is properly accessed on Publish page + + + ## [0.11.0] - 2017-05-25 ### Added diff --git a/app/package.json b/app/package.json index 5e7abf4f0..d00c85f0a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.11.3rc1", + "version": "0.11.3", "main": "main.js", "description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.", "author": { diff --git a/ui/package.json b/ui/package.json index 683a5cbc3..bf2d03720 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.11.3rc1", + "version": "0.11.3", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",