From 0cc87bc009c671371cd1147d27050033389c719d Mon Sep 17 00:00:00 2001 From: Eunice Vassoa Date: Wed, 27 Jul 2022 08:33:25 +0200 Subject: [PATCH] updating package version --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ce7f03..7d03e63 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency: ``` yaml dependencies: ... - easy_autocomplete: ^1.5.0 + easy_autocomplete: ^1.6.0 ``` ## Basic example diff --git a/pubspec.yaml b/pubspec.yaml index 6386579..e9abf22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: easy_autocomplete description: A simple but flexible autocomplete TextFormField to help you display suggestions to your users while typing -version: 1.5.0 +version: 1.6.0 homepage: https://github.com/4inka/flutter_easy_autocomplete environment: