Bump version: 0.9.2rc18 → 0.9.2rc19

This commit is contained in:
Alex Grintsvayg 2017-04-12 11:05:11 -04:00
parent 8dca65f135
commit 7e1ca07073
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.2rc18
current_version = 0.9.2rc19
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

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

2
lbry

@ -1 +1 @@
Subproject commit d1414bc03af90a6e0f9c02aba32cbcee894a1ce3
Subproject commit 2df1092e1a31dfef78f04b871e74734f62ee7033

View file

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