diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c0dbd5bc2..09f33159d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.2rc18 +current_version = 0.9.2rc19 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/app/package.json b/app/package.json index 131c3d68e..5f735413c 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.9.2rc18", + "version": "0.9.2rc19", "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 d1414bc03..2df1092e1 160000 --- a/lbry +++ b/lbry @@ -1 +1 @@ -Subproject commit d1414bc03af90a6e0f9c02aba32cbcee894a1ce3 +Subproject commit 2df1092e1a31dfef78f04b871e74734f62ee7033 diff --git a/ui/package.json b/ui/package.json index 6b789520b..f35c3afc0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.9.2rc18", + "version": "0.9.2rc19", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"