diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e9d17d..9d0dced6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ that can be found in the LICENSE file. --> ## Unreleased +*None.* + +## 9.3.2 + ### Improvements - Adapt the file type getter from the image provider to get a precise file type in grid. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 21f27fd3..8c3ac8d2 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.3.1+59 +version: 9.3.2+60 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 1a050aab..bca3d36d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: wechat_assets_picker -version: 9.3.1 +version: 9.3.2 description: | An image picker (also with videos and audio) for Flutter projects based on WeChat's UI,