diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd0065..4e105a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.2 +## 0.2.3 add ```MediumType``` attribute in ```ThumbnailProvider``` Fix a bug that throw ```FileNotFountException``` when load image and video thumbnail doesn't exists on Android API 29+ diff --git a/example/pubspec.lock b/example/pubspec.lock index e728b77..5e5d008 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -129,7 +129,7 @@ packages: path: ".." relative: true source: path - version: "0.2.2" + version: "0.2.3" plugin_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a2bb882..56d7baa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_gallery description: A Flutter plugin that retrieves images and videos from mobile native gallery. -version: 0.2.2 +version: 0.2.3 repository: https://github.com/Firelands128/photo_gallery environment: