From 6cd6abf3cd9af14fa2ac4d5b1bd6d5761e55a71a Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Sun, 21 Feb 2021 12:15:55 -0800 Subject: [PATCH] Upgrade version --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6c79dc..7480006f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,4 +90,7 @@ * Fix static analysis error. ## [0.2.12] -* Support placeholder. \ No newline at end of file +* Support placeholder. + +## [0.3.0] +* Line Height calculated based on font size. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 2c925516..abedfacf 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.2.12 +version: 0.3.0 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git