diff --git a/CHANGELOG.md b/CHANGELOG.md index f14d3fb..a8cddae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,4 +83,7 @@ ## 6.1.1 - August 10th 2023 -- - Bump `flutter_input_library` to version 2.2.0 +- Bump `flutter_input_library` to version 2.2.0 +## 6.1.2 - August 11th 2023 + +- Bump `flutter_input_library` to version 2.2.1 diff --git a/example/pubspec.lock b/example/pubspec.lock index 2e66dba..3c8d4da 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,16 +68,16 @@ packages: path: ".." relative: true source: path - version: "6.1.0" + version: "6.1.2" flutter_input_library: dependency: transitive description: path: "." - ref: "2.1.0" - resolved-ref: dd7129a6b9725e6df1ea8f2a7db75eb36dbc1fa8 + ref: "2.2.1" + resolved-ref: "2fabb07499ceebb86ab84f02d191f930041882ec" url: "https://github.com/Iconica-Development/flutter_input_library" source: git - version: "2.1.0" + version: "2.2.1" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 17fab15..fa0c46c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: flutter_input_library: git: url: https://github.com/Iconica-Development/flutter_input_library - ref: 2.2.0 + ref: 2.2.1 dev_dependencies: flutter_test: