发布v0.10.3

This commit is contained in:
lyswhut 2022-01-28 19:13:26 +08:00
parent 471ec952d9
commit 4609b4c1cf
3 changed files with 13 additions and 3 deletions

View File

@ -6,6 +6,16 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
## [0.10.3](https://github.com/lyswhut/lx-music-mobile/compare/v0.10.2...v0.10.3) - 2022-01-28
### 优化
- 优化kw源英文与翻译歌词的匹配
### 修复
- 修复桌面歌词播放器会导致应用崩溃的问题
## [0.10.2](https://github.com/lyswhut/lx-music-mobile/compare/v0.10.1...v0.10.2) - 2022-01-22
### 修复

View File

@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "0.10.3-beta2",
"versionCode": 37,
"version": "0.10.3",
"versionCode": 38,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",

File diff suppressed because one or more lines are too long