diff --git a/README.md b/README.md index 9bfe1e0..65885de 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ We use the `image_picker` plugin to select images from the Android and iOS image To use this plugin, add `image_gallery_saver` as a dependency in your pubspec.yaml file. For example: ```yaml dependencies: - image_gallery_saver: '^2.0.1' + image_gallery_saver: '^2.0.2' ``` ## iOS