diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a20bd70..de08eca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.0.7] +* Fix crash on web (dart:io). + ## [1.0.6] * Add desktop support - WINDOWS, MACOS and LINUX. diff --git a/app/pubspec.lock b/app/pubspec.lock index c5f94fa3..1ac7adf0 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -152,7 +152,7 @@ packages: path: ".." relative: true source: path - version: "1.0.5" + version: "1.0.7" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 0cf36eb9..b84de7bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: One client and affiliated collaborator of Flutter Quill is Bullet Journal App. -version: 1.0.6 +version: 1.0.7 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git