From 09113cbc90117c7d9967ed865d132e832a219832 Mon Sep 17 00:00:00 2001 From: Cheryl Date: Sun, 24 Sep 2023 19:31:41 -0700 Subject: [PATCH] Upgrade version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecc1290..83c555c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [7.4.7] +- Add Vietnamese and German translations. + # [7.4.6] - Fix more null errors in Leaf.retain [#1394](https://github.com/singerdmx/flutter-quill/issues/1394) and Line.delete [#1395](https://github.com/singerdmx/flutter-quill/issues/1395). diff --git a/pubspec.yaml b/pubspec.yaml index 549e55ff..49f33228 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter. -version: 7.4.6 +version: 7.4.7 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill