Bump version: 0.9.2rc3 → 0.9.2rc4

This commit is contained in:
Alex Grintsvayg 2017-04-06 17:50:40 -04:00
parent 56e9e33e99
commit 8ac55020bf
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.2rc3
current_version = 0.9.2rc4
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.2rc3",
"version": "0.9.2rc4",
"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 bf7882d393bb0b369d580f9e3b0cb96ffa6d3482
Subproject commit 5b78215063b211edee8c69b06d5c87d6e295dec1

2
lbryum

@ -1 +1 @@
Subproject commit bfac1b3db20f5ae116b93cda9cd61d7c7e4838ef
Subproject commit d48994af84426809344e9325a865792cad2e5c85

View file

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