发布v0.11.1

This commit is contained in:
lyswhut 2022-03-20 13:54:31 +08:00
parent 64927cc2b4
commit 4239a955de
3 changed files with 9 additions and 3 deletions

View File

@ -6,6 +6,12 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org). Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/). Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
## [0.11.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.11.0...v0.11.1) - 2022-03-20
### 修复
- 修复播放栏在某些设备不显示的问题
## [0.11.0](https://github.com/lyswhut/lx-music-mobile/compare/v0.10.3...v0.11.0) - 2022-03-19 ## [0.11.0](https://github.com/lyswhut/lx-music-mobile/compare/v0.10.3...v0.11.0) - 2022-03-19
### 新增 ### 新增

View File

@ -1,7 +1,7 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "0.11.1-beta", "version": "0.11.1",
"versionCode": 39, "versionCode": 40,
"scripts": { "scripts": {
"ar": "react-native run-android", "ar": "react-native run-android",
"ios": "react-native run-ios", "ios": "react-native run-ios",

File diff suppressed because one or more lines are too long