From 501f26e210d714c729ac94a85d5712498052f1de Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 17 Apr 2017 10:46:37 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0rc1=20=E2=86=92=200.10.?= =?UTF-8?q?0rc2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- app/package.json | 2 +- lbry | 2 +- ui/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d9e44ac61..7a3d8fc6d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0rc1 +current_version = 0.10.0rc2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/app/package.json b/app/package.json index d1b821b05..b116b0fc3 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.10.0rc1", + "version": "0.10.0rc2", "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/lbry b/lbry index 41204f7cb..6c0f805ec 160000 --- a/lbry +++ b/lbry @@ -1 +1 @@ -Subproject commit 41204f7cbe65243d08d7c12e5a2a0399cf741625 +Subproject commit 6c0f805ec3023ab7c5853ec7d92823355393005c diff --git a/ui/package.json b/ui/package.json index cea9371a3..8e40ea6ca 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.10.0rc1", + "version": "0.10.0rc2", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"