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