From 0a3fe3f63c4636c68de1e44523eae3b9de787dcb Mon Sep 17 00:00:00 2001 From: Cheryl Date: Thu, 11 May 2023 12:51:46 -0700 Subject: [PATCH] Upgrade to 7.1.18 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b9b977..a688982f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# [7.1.17] +# [7.1.18] +- Support flutter latest version. + +# [7.1.17+1] - Updates `device_info_plus` to version 9.0.0 to benefit from AGP 8 (see [changelog#900](https://pub.dev/packages/device_info_plus/changelog#900)). # [7.1.16] diff --git a/pubspec.yaml b/pubspec.yaml index 0a369e47..88c1e2b3 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: 7.1.17+1 +version: 7.1.18 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill