diff --git a/CHANGELOG.md b/CHANGELOG.md index d03005b..52b1571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.0.5 + +- Bumping intl to 0.18.0 + # 3.0.4 - Updating Changelog.md diff --git a/README.md b/README.md index 82dbce2..8c10310 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add the date_field package to your project's dependencies in pubspec.yaml. ```yaml dependencies: ... - date_field: ^3.0.0 + date_field: ^3.0.5 ``` diff --git a/pubspec.yaml b/pubspec.yaml index b43af9d..e9065d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: date_field description: A widget in the form of a field that lets people choose a date, a time or both. -version: 3.0.4 +version: 3.0.5 homepage: 'https://github.com/GaspardMerten/date_field' environment: @@ -10,5 +10,5 @@ dependencies: flutter: sdk: flutter - intl: ^0.17.0 + intl: ^0.18.0