From 68e1eb5f77490d23fcbac01c90187ef2e2633e1d Mon Sep 17 00:00:00 2001 From: Gareth Reese Date: Thu, 28 Aug 2025 17:02:58 +0100 Subject: [PATCH] 1.0.5 changes to help with builds --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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