From 6264458067677a65ae7ce98fff6e319de72d93b5 Mon Sep 17 00:00:00 2001 From: woodwen Date: Tue, 13 Jun 2023 11:36:39 +0800 Subject: [PATCH] Update 1.Update CHANGELOG.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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