From b3f83e1c9ecb92151564d3edd9187d2ed2cb80d5 Mon Sep 17 00:00:00 2001 From: singerdmx Date: Tue, 19 Jan 2021 10:12:46 -0800 Subject: [PATCH] Upgrade version --- CHANGELOG.md | 5 ++++- app/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1fe479..7f5b7333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,4 +54,7 @@ * Support font and size attributes. ## [0.2.0] -* Add checked/unchecked list button in toolbar. \ No newline at end of file +* Add checked/unchecked list button in toolbar. + +## [0.2.1] +* Fix static analysis error. \ No newline at end of file diff --git a/app/pubspec.lock b/app/pubspec.lock index 8b5dd4de..d0d4a562 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -82,7 +82,7 @@ packages: path: ".." relative: true source: path - version: "0.2.0" + version: "0.2.1" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index d2b42137..7cdbc72a 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: 0.2.0 +version: 0.2.1 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git