From a0ac24eba8e05c2d7286f5c4ddb2caca4a78558d Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 14 May 2024 14:26:24 +0200 Subject: [PATCH] chore: upgrade version to 0.6.4 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"