From eea2fdd88f5c1df70254917107d718c14216da7a Mon Sep 17 00:00:00 2001 From: Bugfix Jacques Date: Thu, 25 May 2023 10:44:25 +0200 Subject: [PATCH] fix: Update input library --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5ec6691..7d6938d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_wizard description: A new Flutter package project. -version: 6.1.0 +version: 6.1.1 homepage: https://github.com/Iconica-Development/flutter_form_wizard publish_to: none @@ -18,7 +18,7 @@ dependencies: flutter_input_library: git: url: https://github.com/Iconica-Development/flutter_input_library - ref: 2.1.0 + ref: 2.1.1 dev_dependencies: flutter_test: