diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6b2ff8444..03dae8d5b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.9rc1 +current_version = 0.11.9 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 14983adab..79ee6f3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,8 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Fixed - * Windows upgrade process fixed - * Upgrade process on Mac and Linux will open the file rather than the folder + * + * ### Deprecated * @@ -27,6 +27,14 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.11.9] - 2017-06-01 + +### Fixed + * Windows upgrade process fixed + * Upgrade process on Mac and Linux will open the file rather than the folder + + + ## [0.11.8] - 2017-05-31 ### Fixed diff --git a/app/package.json b/app/package.json index b7c3debd9..824cb40a6 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.11.9rc1", + "version": "0.11.9", "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 d7f930420..7465c0fcd 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.11.9rc1", + "version": "0.11.9", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",