Skip to content

Commit 9c8b45f

Browse files
authored
Merge pull request #14 from foresightmobile/release/v1.0.2
Release v1.0.2
2 parents 8927d92 + fef648a commit 9c8b45f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2
2+
3+
* Updating check scripts
4+
15
## 1.0.1+1
26

37
* Adds support for `blockquote` for `Markdown` widget.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "1.0.1+1"
71+
version: "1.0.2"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Markdown renderer for Flutter. Create rich text output,
44
formatted with simple Markdown tags.
55
repository: https://github.com/foresightmobile/flutter_markdown_plus
66
issue_tracker: https://github.com/foresightmobile/flutter_markdown_plus/issues
7-
version: 1.0.1+1
7+
version: 1.0.2
88

99
environment:
1010
sdk: ^3.4.0

0 commit comments

Comments
 (0)