Skip to content

Commit ba632b5

Browse files
committed
Bump version: 0.12.2rc9 → 0.13.0rc1
1 parent 70d2b23 commit ba632b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.2rc9
2+
current_version = 0.13.0rc1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LBRY",
3-
"version": "0.12.2rc9",
3+
"version": "0.13.0rc1",
44
"main": "main.js",
55
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
66
"author": {

ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lbry-web-ui",
3-
"version": "0.12.2rc9",
3+
"version": "0.13.0rc1",
44
"description": "LBRY UI",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)