Bump version: 0.12.2rc6 → 0.12.2rc7
This commit is contained in:
parent
83d387dcfb
commit
0f8edabcc0
3 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
[bumpversion]
|
||||
current_version = 0.12.2rc6
|
||||
current_version = 0.12.2rc7
|
||||
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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.12.2rc6",
|
||||
"version": "0.12.2rc7",
|
||||
"main": "main.js",
|
||||
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
||||
"author": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.12.2rc6",
|
||||
"version": "0.12.2rc7",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
Loading…
Reference in a new issue