v.53.4-alpha.1

This commit is contained in:
zeppi 2022-06-02 15:50:25 -04:00
parent 99ceaadf8b
commit 0067d5a411
3 changed files with 4 additions and 2 deletions

0
.yarn/versions/35f2125e.yml vendored Normal file
View file

View file

@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Added
- Add top in language category for non-english on homepage ([#7585](https://github.com/lbryio/lbry-desktop/pull/7585))
- Auto hosting in settings and hosting first run page ([#7598](https://github.com/lbryio/lbry-desktop/pull/7598))
## Fixed
- Better handle empty collections ([#7571](https://github.com/lbryio/lbry-desktop/pull/7571))

View file

@ -1,6 +1,6 @@
{
"name": "lbry",
"version": "0.53.3",
"version": "0.53.4-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.3"
}