From 2e3933263db2148f95cc50b1fb953ee4925ffccb Mon Sep 17 00:00:00 2001 From: EgorK0rshun Date: Thu, 8 Feb 2024 21:25:44 +0300 Subject: [PATCH] Rollback any version upgrades --- CHANGELOG.md | 3 --- pubspec.yaml | 2 +- version.dart | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f14e84c..65c816a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,6 @@ All notable changes to this project will be documented in this file. -## 9.2.13 -* Fix crash with inserting text from contextMenuButtonItems [32-bit CPU Type](https://github.com/singerdmx/flutter-quill/issues/1724) - ## 9.2.12 * Fix safari clipboard bug * Add the option to disable clipboard functionality diff --git a/pubspec.yaml b/pubspec.yaml index ad040260..33dc4de0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter. -version: 9.2.13 +version: 9.2.12 homepage: https://1o24bbs.com/c/bulletjournal/108/ repository: https://github.com/singerdmx/flutter-quill/ issue_tracker: https://github.com/singerdmx/flutter-quill/issues/ diff --git a/version.dart b/version.dart index 9d675063..76543ad6 100644 --- a/version.dart +++ b/version.dart @@ -1 +1 @@ -const version = '9.2.13'; +const version = '9.2.12';