From 65164f768f60a2956b4fb58f19025b34c60bc41a Mon Sep 17 00:00:00 2001 From: li3317 Date: Thu, 25 Nov 2021 22:42:39 -0500 Subject: [PATCH] upgrade to 2.0.21 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee25198..d35c67ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.0.21] +* Handle click on embed object. + ## [2.0.20] * Improved UX/UI of Image widget. diff --git a/pubspec.yaml b/pubspec.yaml index c158fcdc..2b70bb4e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 2.0.20 +version: 2.0.21 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill