diff --git a/CHANGELOG.md b/CHANGELOG.md index e8658af7..7a266418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ that can be found in the LICENSE file. --> ## Unreleased +*None.* + +## 9.2.1 + - Improve changes when limited on iOS. - Use `LocallyAvailableBuilder` in the grid to provide better user awareness. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 80d12622..7be081bc 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: wechat_assets_picker_demo description: The demo project for the wechat_assets_picker package. -version: 9.2.0+56 +version: 9.2.1+57 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 7df27ecf..15b7b967 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: wechat_assets_picker -version: 9.2.0 +version: 9.2.1 description: | An image picker (also with videos and audio) for Flutter projects based on WeChat's UI,