From 1aa78c80291dee6e693c901dd6f748961f18fa63 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 17 Apr 2017 12:37:37 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0rc2=20=E2=86=92=200.10.?= =?UTF-8?q?0rc3?= 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 7a3d8fc6d..3ff1ab12f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0rc2 +current_version = 0.10.0rc3 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 b116b0fc3..13ff19e05 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.10.0rc2", + "version": "0.10.0rc3", "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 6c0f805ec..af455ff52 160000 --- a/lbry +++ b/lbry @@ -1 +1 @@ -Subproject commit 6c0f805ec3023ab7c5853ec7d92823355393005c +Subproject commit af455ff52ecc81be2229f1061318d607c4cc047d diff --git a/ui/package.json b/ui/package.json index 8e40ea6ca..be3f3ec83 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.10.0rc2", + "version": "0.10.0rc3", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"