From 89feb008ae5c95e88c0c67ae7e00f8f55c4c5545 Mon Sep 17 00:00:00 2001 From: singerdmx Date: Fri, 15 Jan 2021 12:06:24 -0800 Subject: [PATCH] New version: Support checked/unchecked list --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd77a64..17cd5502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,4 +45,7 @@ * Support text alignment. ## [0.1.6] -* Fix getExtentEndpointForSelection. \ No newline at end of file +* Fix getExtentEndpointForSelection. + +## [0.1.7] +* Support checked/unchecked list. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index ce34ecba..764f1ea7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: One client and affiliated collaborator of Flutter Quill is Bullet Journal App. -version: 0.1.6 +version: 0.1.7 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git