From 66d8a4eacbef86ee568ff5ff2b937f7c15679acf Mon Sep 17 00:00:00 2001 From: pengw00 Date: Sun, 3 Jan 2021 23:17:22 -0600 Subject: [PATCH] Bump to v0.1.4 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2bec01b..d2808878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,4 +36,7 @@ * Handle more text colors. ## [0.1.3] -* Handle cursor position change when undo/redo. \ No newline at end of file +* Handle cursor position change when undo/redo. + +## [0.1.4] +* Handle url with trailing spaces. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index f50ce276..91641f8d 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.1.3 +version: 0.1.4 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git