From 1b818ab9fc4947edd223638588ba763d1a569256 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sun, 26 May 2024 16:47:22 +0200 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7370b5b..38a19e8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add the date_field package to your project's dependencies in pubspec.yaml. ```yaml dependencies: ... - date_field: ^3.0.5 + date_field: ^3.2.0 ``` Import the package in your Dart code.