From 1550289ea34b850f986a12c69c8b41877b5240f8 Mon Sep 17 00:00:00 2001 From: Bohdan Uhrynovskyi Date: Mon, 24 Apr 2023 13:04:47 +0300 Subject: [PATCH] update changelog and bump the version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094eee38..40e96aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [7.1.11] +- Add inserting indents for lines of list if text is selected + # [7.1.10] - Image embedding tweaks - Add MediaButton which is intened to superseed the ImageButton and VideoButton. Only image selection is working. diff --git a/pubspec.yaml b/pubspec.yaml index 24e9ed14..7d497da1 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: 7.1.10 +version: 7.1.11 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill