From 60514cbd24fbde3a4500ae04b930a039ee5851f4 Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Fri, 19 Mar 2021 15:53:35 -0700 Subject: [PATCH] Upgrade version to 1.1.0 --- 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 6854232b..43608373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.1.0] +* Support null safety. + ## [1.0.9] * Web support for raw editor and keyboard listener. diff --git a/app/pubspec.lock b/app/pubspec.lock index e7326d61..6d3c6caf 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -131,7 +131,7 @@ packages: path: ".." relative: true source: path - version: "1.0.9" + version: "1.1.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 682eb412..3e1f49c3 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.9 +version: 1.1.0 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill