diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 66fd1d19..3059de5f 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## 0.6.12 +## 0.7.0 * The `FlutterQuillLocalizations.delegate` is no longer a requirement. * Requiring `flutter_quill` version `8.6.0` as minimum diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index a2a157e2..7886204e 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill_extensions description: Embed extensions for flutter_quill including image, video, formula and etc. -version: 0.6.10 +version: 0.7.0 homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions @@ -38,7 +38,7 @@ dependencies: # Plugins video_player: ^2.8.1 - youtube_player_flutter: ^9.0.0-beta.0 + youtube_player_flutter: ^8.1.2 gal: ^2.1.3 image_picker: ^1.0.4 url_launcher: ^6.2.1