Skip to content

Commit

Permalink
Bump version: 0.10.0rc4 → 0.10.0rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoshenka committed Apr 18, 2017
1 parent 395a489 commit daf621e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.10.0rc4
current_version = 0.10.0rc5
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
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.10.0rc4",
"version": "0.10.0rc5",
"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 lbry
Submodule lbry updated from 043e2d to 52a42c
2 changes: 1 addition & 1 deletion lbryum
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.10.0rc4",
"version": "0.10.0rc5",
"description": "LBRY UI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit daf621e

Please sign in to comment.