From 08c66556a4d0bf595ce1df4e58e747683ff9514c Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Wed, 15 Mar 2017 12:34:32 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.9.1rc1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 4 ++-- app/package.json | 2 +- lbry | 2 +- ui/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 40f7880fd..4e228899d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.9.1rc1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? @@ -12,7 +12,7 @@ first_value = 1 [bumpversion:part:release] optional_value = production -values = +values = rc production diff --git a/app/package.json b/app/package.json index e09a03e62..0c243ea3e 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.9.0", + "version": "0.9.1rc1", "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 593e8a94a..12bc80462 160000 --- a/lbry +++ b/lbry @@ -1 +1 @@ -Subproject commit 593e8a94ad9ce9fa0758066caf0e4f37d5d50b6e +Subproject commit 12bc804622f0899bdbd693bac487ddf19c0bec45 diff --git a/ui/package.json b/ui/package.json index c002d4a62..3a67694e3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.9.0", + "version": "0.9.1rc1", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"