v0.53.8
This commit is contained in:
parent
29cea5cc07
commit
b2c5c9cdf2
3 changed files with 3 additions and 4 deletions
0
.yarn/versions/37ccae5e.yml
vendored
Normal file
0
.yarn/versions/37ccae5e.yml
vendored
Normal 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))
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue