Skip to content

Commit

Permalink
Bump version: 0.11.3rc1 → 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kauffj committed May 26, 2017
1 parent 05e78eb commit 0350dd1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.3rc1
current_version = 0.11.3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
Expand Down
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0350dd1

Please sign in to comment.