From 0f8edabcc0ec1b324af0165d7a41e6bf06b5932c Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Tue, 27 Jun 2017 10:40:43 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.2rc6=20=E2=86=92=200.12.?= =?UTF-8?q?2rc7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 6 +++--- app/package.json | 2 +- ui/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2004423ca..f64bbb8b7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,9 +1,9 @@ [bumpversion] -current_version = 0.12.2rc6 +current_version = 0.12.2rc7 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? -serialize = +serialize = {major}.{minor}.{patch}{release}{candidate} {major}.{minor}.{patch} @@ -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 98c80339d..de2707e1c 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.12.2rc6", + "version": "0.12.2rc7", "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/ui/package.json b/ui/package.json index 43b0910d9..74975a382 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.12.2rc6", + "version": "0.12.2rc7", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",