From 8f73a14830a4af6f4976bee13afb4f8751157d6e Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Tue, 16 Mar 2021 17:59:14 -0700 Subject: [PATCH] Upgrade version --- 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 c83c8746..6854232b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.0.9] +* Web support for raw editor and keyboard listener. + ## [1.0.8] * Support token attribute. diff --git a/app/pubspec.lock b/app/pubspec.lock index a37fd0d0..73de09ad 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -152,7 +152,7 @@ packages: path: ".." relative: true source: path - version: "1.0.8" + version: "1.0.9" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index b49566bc..63185344 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.8 +version: 1.0.9 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git