diff --git a/CHANGELOG.md b/CHANGELOG.md index c7405e9..edac8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,6 @@ - `flutter_input_library` now enforces 24h time requirements -## 5.0.3 - January 12th 2023 +## 5.0.4 - January 12th 2023 - Add FocusNode option to inputs \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index b130853..a82e902 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -61,16 +61,16 @@ packages: path: ".." relative: true source: path - version: "5.0.2" + version: "5.0.4" flutter_input_library: dependency: transitive description: path: "." - ref: "1.0.2" - resolved-ref: ab6d840c0d326b1b1d5f738b2c7360a841d01015 + ref: "1.0.3" + resolved-ref: "159e5723b993723751aedd3e1b838b3066ec229c" url: "https://github.com/Iconica-Development/flutter_input_library" source: git - version: "1.0.2" + version: "1.0.3" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 6566d5d..04edf4b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_wizard description: A new Flutter package project. -version: 5.0.3 +version: 5.0.4 homepage: https://github.com/Iconica-Development/flutter_form_wizard publish_to: none @@ -20,7 +20,7 @@ dependencies: flutter_input_library: git: url: https://github.com/Iconica-Development/flutter_input_library - ref: 1.0.2 + ref: 1.0.3 dev_dependencies: flutter_test: