From db406d4b019b2af709e3657e66c67cde0135b33b Mon Sep 17 00:00:00 2001 From: Ellet Date: Fri, 10 Nov 2023 01:31:57 +0300 Subject: [PATCH] Update CHANGELOG and pubspec.yaml --- flutter_quill_test/CHANGELOG.md | 2 +- flutter_quill_test/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter_quill_test/CHANGELOG.md b/flutter_quill_test/CHANGELOG.md index 60aa40e3..324c4355 100644 --- a/flutter_quill_test/CHANGELOG.md +++ b/flutter_quill_test/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.0.4+1 +## 0.0.5 * Update `README.md` ## 0.0.4 diff --git a/flutter_quill_test/pubspec.yaml b/flutter_quill_test/pubspec.yaml index 8fa7094e..daee56e5 100644 --- a/flutter_quill_test/pubspec.yaml +++ b/flutter_quill_test/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill_test description: Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases. -version: 0.0.4+1 +version: 0.0.5 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test