diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 67c40380..82ccd270 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.1 +## 0.6.0 - Provide a way to use custom image provider for the image widgets - Provide a way to handle different errors in image widgets diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 7e2259e5..6c5f69f7 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.5.1 +version: 0.6.0-dev homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions platforms: @@ -19,7 +19,7 @@ dependencies: flutter: sdk: flutter - flutter_quill: ^7.8.0 + flutter_quill: ^7.10.0 # In case you are working on changes for both libraries, # flutter_quill: # path: ../