diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f848e..5eec50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.2 + +* Updating check scripts + ## 1.0.1+1 * Adds support for `blockquote` for `Markdown` widget. diff --git a/example/pubspec.lock b/example/pubspec.lock index 2353cdc..bba23ee 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "1.0.1+1" + version: "1.0.2" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 60a0e63..0cd9ac8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: A Markdown renderer for Flutter. Create rich text output, formatted with simple Markdown tags. repository: https://github.com/foresightmobile/flutter_markdown_plus issue_tracker: https://github.com/foresightmobile/flutter_markdown_plus/issues -version: 1.0.1+1 +version: 1.0.2 environment: sdk: ^3.4.0