Bump version: 0.9.0rc12 → 0.9.0rc13

This commit is contained in:
Alex Grintsvayg 2017-03-06 18:15:43 -05:00
parent 4a4b575d93
commit 9ff1ffd53e
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0rc12
current_version = 0.9.0rc13
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-web-ui",
"version": "0.9.0rc12",
"version": "0.9.0rc13",
"description": "LBRY web ui",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"