diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 40f7880fd..4e228899d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.9.1rc1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? @@ -12,7 +12,7 @@ first_value = 1 [bumpversion:part:release] optional_value = production -values = +values = rc production diff --git a/app/package.json b/app/package.json index e09a03e62..0c243ea3e 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.9.0", + "version": "0.9.1rc1", "main": "main.js", "description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.", "author": { diff --git a/lbry b/lbry index 593e8a94a..12bc80462 160000 --- a/lbry +++ b/lbry @@ -1 +1 @@ -Subproject commit 593e8a94ad9ce9fa0758066caf0e4f37d5d50b6e +Subproject commit 12bc804622f0899bdbd693bac487ddf19c0bec45 diff --git a/ui/package.json b/ui/package.json index c002d4a62..3a67694e3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.9.0", + "version": "0.9.1rc1", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"