From 5cb75f7e94b68a804cf0c8ceb46d99c7bf6a4206 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sun, 26 May 2024 16:46:53 +0200 Subject: [PATCH] Bump versions --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index cafca20..6abfbb2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,13 +1,13 @@ name: date_field description: A widget in the form of a field that lets people choose a date, a time or both. -version: 3.1.0 +version: 3.2.0 homepage: "https://github.com/GaspardMerten/date_field" environment: - sdk: ">=2.15.0 <3.0.0" + sdk: ">=3.2.2 <4.0.0" dependencies: flutter: sdk: flutter - intl: ^0.18.0 + intl: ^0.19.0