From 2380c93b2b037f97e7bf4f661041b9079b36f387 Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Wed, 10 Mar 2021 23:44:48 -0800 Subject: [PATCH] Upgrade version to 1.0.5 --- CHANGELOG.md | 3 +++ app/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc59d68..b2d3b37b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.0.5] +* Bug fix: Can not insert newline when Bold is toggled ON. + ## [1.0.4] * Upgrade photo_view to ^0.11.0. diff --git a/app/pubspec.lock b/app/pubspec.lock index d34813f5..116d24bf 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -145,7 +145,7 @@ packages: path: ".." relative: true source: path - version: "1.0.4" + version: "1.0.5" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 105ec144..dc553796 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: 1.0.4 +version: 1.0.5 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git