From 68e8fddf06ed7d4b268e58a5eec89c7d5369faeb Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Thu, 14 Jul 2022 21:23:35 +0530 Subject: [PATCH] 0.0.3 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1003d4f..b22b73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,4 +7,9 @@ ## 0.0.2 - Fixed Web Support +- Improved Example + +## 0.0.3 +- cupertino_icons dependency removed +- Improved docs - Improved Example \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 9c38e19..e9b7d57 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: multi_image_picker_view description: A complete widget which can easily pick multiple images from device and display them in UI. Also picked image can be re-ordered and removed easily. -version: 0.0.2 +version: 0.0.3 homepage: https://github.com/shubham-gupta-16/multi_image_picker_view repository: https://github.com/shubham-gupta-16/multi_image_picker_view issue_tracker: https://github.com/shubham-gupta-16/multi_image_picker_view/issues