From 7fdadc051f67744ff3943f47557fc55c3ea5798c Mon Sep 17 00:00:00 2001 From: Ellet <73608287+freshtechtips@users.noreply.github.com> Date: Tue, 7 Nov 2023 02:23:05 +0300 Subject: [PATCH] Update pubspec.yaml --- flutter_quill_extensions/pubspec.yaml | 2 +- flutter_quill_test/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 12995793..ef21c857 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: flutter: sdk: flutter - flutter_quill: ^8.2.3 + flutter_quill: ^8.2.4 http: ^1.1.0 photo_view: ^0.14.0 diff --git a/flutter_quill_test/pubspec.yaml b/flutter_quill_test/pubspec.yaml index 3441b048..6212f397 100644 --- a/flutter_quill_test/pubspec.yaml +++ b/flutter_quill_test/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill_test description: Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases. -version: 0.0.3 +version: 0.0.4 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test