Bump version: 0.12.2rc4 → 0.12.2rc5

This commit is contained in:
Alex Grintsvayg 2017-06-21 14:20:38 -04:00
parent c539544778
commit f12a39352a
5 changed files with 8 additions and 7 deletions

View file

@ -1,9 +1,9 @@
[bumpversion]
current_version = 0.12.2rc4
current_version = 0.12.2rc5
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\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
@ -23,3 +23,4 @@ values =
[bumpversion:file:ui/package.json]
[bumpversion:file:ui/package-lock.json]

2
app/package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.12.2rc4",
"version": "0.12.2rc5",
"lockfileVersion": 1,
"dependencies": {
"commander": {

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.12.2rc4",
"version": "0.12.2rc5",
"main": "main.js",
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
"author": {

2
ui/package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "lbry-web-ui",
"version": "0.12.2rc4",
"version": "0.12.2rc5",
"lockfileVersion": 1,
"dependencies": {
"abbrev": {

View file

@ -1,6 +1,6 @@
{
"name": "lbry-web-ui",
"version": "0.12.2rc4",
"version": "0.12.2rc5",
"description": "LBRY UI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",