diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbb9ce..f14d3fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,4 +79,8 @@ ## 6.1.0 - May 12th 2023 -- Make compatible to flutter 3.10 \ No newline at end of file +- Make compatible to flutter 3.10 + +## 6.1.1 - August 10th 2023 + +- - Bump `flutter_input_library` to version 2.2.0 diff --git a/pubspec.yaml b/pubspec.yaml index 7d6938d..17fab15 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_wizard description: A new Flutter package project. -version: 6.1.1 +version: 6.1.2 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.1 + ref: 2.2.0 dev_dependencies: flutter_test: