From 3cdf17856ac75133a60a238724186bb83a618e8e Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Wed, 23 Jun 2021 10:42:49 -0700 Subject: [PATCH] Upgrade to 1.5.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d22f714..45cc1fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.5.0] +* Remove file_picker dependency. + ## [1.4.1] * Remove filesystem_picker dependency. diff --git a/pubspec.yaml b/pubspec.yaml index 1257fe8c..a55996e0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 1.4.1 +version: 1.5.0 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill