Bump version: 0.10.0rc4 → 0.10.0rc5
This commit is contained in:
parent
395a48980d
commit
daf621e662
5 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.10.0rc4
|
||||
current_version = 0.10.0rc5
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.10.0rc4",
|
||||
"version": "0.10.0rc5",
|
||||
"main": "main.js",
|
||||
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
||||
"author": {
|
||||
|
|
2
lbry
2
lbry
|
@ -1 +1 @@
|
|||
Subproject commit 043e2d0ab96030468d53d02e311fd848f35c2dc1
|
||||
Subproject commit 52a42ce2fcdd1ec6ddca84c4fa754c3d318d2258
|
2
lbryum
2
lbryum
|
@ -1 +1 @@
|
|||
Subproject commit 121bda3963ee94f0c9c027813c55b71b38219739
|
||||
Subproject commit 39ace3737509ff2b09fabaaa64d1525843de1325
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.10.0rc4",
|
||||
"version": "0.10.0rc5",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
Loading…
Reference in a new issue