Compare commits

...

1 commit

Author SHA1 Message Date
zeppi c0e3b4a6ba v0.53.8 2022-11-18 14:09:32 -05:00
3 changed files with 3 additions and 4 deletions

0
.yarn/versions/37ccae5e.yml vendored Normal file
View file

View file

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.53.8-alpha.1] - [2022-11-17]
## [0.53.8] - [2022-11-18]
### Fixed
- Selecting a large file in publish no longer crashes ([#7736](https://github.com/lbryio/lbry-desktop/pull/7736))

View file

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