Skip to content

Commit 1b3a26c

Browse files
committed
v0.5.1+5 -- version bump
1 parent 7f39839 commit 1b3a26c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/enhanced/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1+5
2+
3+
- Add support for chewie 0.12 (#373, authored by @urakozz)
4+
15
## 0.5.1+4
26

37
- Improve RUBY baseline (#362)

packages/enhanced/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:
1616

1717
```yaml
1818
dependencies:
19-
flutter_widget_from_html: ^0.5.1+4
19+
flutter_widget_from_html: ^0.5.1+5
2020
```
2121
2222
## Usage

packages/enhanced/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html
2-
version: 0.5.1+4
2+
version: 0.5.1+5
33
description: Flutter package for widget tree building from html that supports hyperlink, image, nested list, etc.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

0 commit comments

Comments
 (0)