diff --git a/CHANGELOG.md b/CHANGELOG.md index 70dd66e..c0c6964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -121,4 +121,8 @@ - Added CI and linter ## 6.2.4 - February 9th 2024 -- Updated the `flutter_input_library` from 3.0.0 to 3.0.1 \ No newline at end of file +- Updated the `flutter_input_library` from 3.0.0 to 3.0.1 + +## 6.2.5 - February 15th 2024 + +- Updated the `flutter_input_library` from 3.0.1 to 3.1.0 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index c6e9419..dca5a0e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_wizard description: A new Flutter package project. -version: 6.2.4 +version: 6.2.5 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: 3.0.1 + ref: 3.1.0 dev_dependencies: flutter_test: @@ -28,4 +28,4 @@ dev_dependencies: url: https://github.com/Iconica-Development/flutter_iconica_analysis ref: 6.0.0 -flutter: \ No newline at end of file +flutter: