From 73e56e90417d4d3166668f937913dc27f3e6b65a Mon Sep 17 00:00:00 2001 From: X Code Date: Sat, 22 Jan 2022 00:35:36 -0800 Subject: [PATCH] Upgrade to 3.5.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3050518a..483e0815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [3.5.0] +* Removed redundant classes. + # [3.4.4] * Add more translations. diff --git a/pubspec.yaml b/pubspec.yaml index 7a6af216..9c610270 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: 3.4.4 +version: 3.5.0 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill