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