Rollback any version upgrades

pull/1729/head
EgorK0rshun 1 year ago
parent 494c86f6f8
commit 2e3933263d
  1. 3
      CHANGELOG.md
  2. 2
      pubspec.yaml
  3. 2
      version.dart

@ -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

@ -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/

@ -1 +1 @@
const version = '9.2.13';
const version = '9.2.12';

Loading…
Cancel
Save