diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e90dd..266cd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.17 +- PR #27 (burhankhanzada) Replace hard coded blue color to theme primary color. + ## 0.0.16 - PR #26 (nadialvy) fix addButtonTitle and addMoreButtonTitle not working diff --git a/pubspec.yaml b/pubspec.yaml index b56dcfa..27f6bf1 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.16 +version: 0.0.17 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