From 2b88eb1fde5ddcaa35880580303dfc59d8e7614e Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Thu, 19 Aug 2021 20:08:59 -0700 Subject: [PATCH] Upgrade to [1.9.3] Bug fix when line only contains one image --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1c098e..ad88f332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.9.3] +* Bug fix when line only contains one image. + ## [1.9.2] * Support for building custom inline styles. diff --git a/pubspec.yaml b/pubspec.yaml index f1a9a9f5..bced1a18 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: 1.9.2 +version: 1.9.3 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill