Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.9.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoshenka committed Mar 21, 2017
1 parent 984bb05 commit 7d32c8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.9.1
current_version = 0.9.2rc1
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.9.1",
"version": "0.9.2rc1",
"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 c422b5 to e8e2a0
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.9.1",
"version": "0.9.2rc1",
"description": "LBRY UI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 7d32c8e

Please sign in to comment.