sync app and ui versions

This commit is contained in:
Alex Grintsvayg 2017-03-15 11:14:58 -04:00
parent b13381e9aa
commit edcdd43b0e
3 changed files with 3 additions and 18 deletions

View file

@ -15,3 +15,5 @@ values =
[bumpversion:file:app/package.json] [bumpversion:file:app/package.json]
[bumpversion:file:ui/package.json]

View file

@ -1,17 +0,0 @@
[bumpversion]
current_version = 0.9.0rc15
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
serialize =
{major}.{minor}.{patch}{release}{candidate}
{major}.{minor}.{patch}
[bumpversion:file:package.json]
[bumpversion:part:release]
optional_value = production
values =
rc
production

View file

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