Bump version: 0.10.0rc3 → 0.10.0rc4

This commit is contained in:
Alex Liebowitz 2017-04-17 17:31:19 -04:00
parent 36a550e447
commit e01c8268a7
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0rc3
current_version = 0.10.0rc4
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.10.0rc3",
"version": "0.10.0rc4",
"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 e8bccec71c7424bf06d057904e4722d2d734fa3f
Subproject commit 27788829b0d46c102351d04f0b2197f6819dafb5

View file

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