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/app/pubspec.lock b/app/pubspec.lock index e8607993..8bc4fd1e 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -117,7 +117,7 @@ packages: path: ".." relative: true source: path - version: "0.2.12" + version: "0.3.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index abedfacf..19ad3345 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