diff --git a/CHANGELOG.md b/CHANGELOG.md index afb8122..eff3664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.1.2 + +- [feat] 新增版本检查 +- [feat] 歌单页支持将全部歌曲添加到其他歌单 + ## 1.1.1 - [fix] 修复歌单创建报错问题 diff --git a/pubspec.yaml b/pubspec.yaml index 1997afd..0fd0805 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: bbmusic description: '哔哔音乐,听歌自由' publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.1.1+6 +version: 1.1.2+7 environment: sdk: '>=3.3.1 <4.0.0'