From c2c5b2a90f11a4e997c3787e28d5d0843eab0815 Mon Sep 17 00:00:00 2001 From: li3317 Date: Sun, 21 Feb 2021 22:54:53 -0500 Subject: [PATCH] bump version to 0.3.1 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7480006f..cff31022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,4 +93,7 @@ * Support placeholder. ## [0.3.0] -* Line Height calculated based on font size. \ No newline at end of file +* Line Height calculated based on font size. + +## [0.3.1] +* cursor focus when keyboard is on. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 93c91366..8abfafb7 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.3.0 +version: 0.3.1 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git