From d2a70465062d1033bc7f9c519ed359d5ca0b6b39 Mon Sep 17 00:00:00 2001 From: Kafune Date: Thu, 10 Aug 2023 09:51:27 +0200 Subject: [PATCH] fix: updated flutter input dependency --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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..4be93ab 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.1.1 + ref: 2.2.0 dev_dependencies: flutter_test: