v0.53.2-alpha.1

This commit is contained in:
zeppi 2022-04-26 15:13:49 -04:00
parent d8bedba43d
commit c11235c70e
4 changed files with 557 additions and 2 deletions

File diff suppressed because one or more lines are too long

0
.yarn/versions/97e7141a.yml vendored Normal file
View file

View file

@ -1,3 +1,7 @@
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
yarnPath: .yarn/releases/yarn-3.2.0.cjs

View file

@ -1,6 +1,6 @@
{
"name": "lbry",
"version": "0.53.1",
"version": "0.53.2-alpha.1",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"keywords": [
"lbry"
@ -243,5 +243,6 @@
"lbrynetDaemonDir": "static/daemon",
"lbrynetDaemonFileName": "lbrynet"
},
"packageManager": "yarn@3.2.0"
"packageManager": "yarn@3.2.0",
"stableVersion": "0.53.1"
}