diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 1f0ad63..41fe04c 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: sdk: flutter # flutter_markdown_plus: ^1.0.3 - flutter_markdown_plus_latex: ^1.0.4 + flutter_markdown_plus_latex: ^1.0.2 flutter_markdown_plus: path: ../ diff --git a/pubspec.yaml b/pubspec.yaml index de6d013..87c4248 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.3 +version: 1.0.5 environment: sdk: ^3.4.0