diff --git a/CHANGELOG.md b/CHANGELOG.md index c0372f5..a8aef9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.4 + +- Loosened the dependency on intl to be more compatible with several Flutter versions + ## 0.6.2 - Remove null check operator for disabledPickers and perform appropriate null check diff --git a/pubspec.yaml b/pubspec.yaml index fbb5db1..9bfec6a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_media_picker description: A new Flutter package project. -version: 0.6.3 +version: 0.6.4 homepage: https://github.com/Iconica-Development/flutter_media_picker publish_to: "none"