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: