From f52ea506c888eb64bfc417a1fb3da50a039d937a Mon Sep 17 00:00:00 2001 From: X Code Date: Mon, 10 Oct 2022 12:11:00 -0700 Subject: [PATCH] Upgrade to 6.0.8+1 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f63cb021..8d0d9021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [6.0.8+1] +* Fixes null pointer when setting documents. + # [6.0.8] * Make QuillController.document mutable. diff --git a/pubspec.yaml b/pubspec.yaml index 7c03910e..9c991fc8 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: 6.0.8 +version: 6.0.8+1 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill