Skip to content

Commit

Permalink
v0.5.1+5 -- version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Nov 16, 2020
1 parent 7f39839 commit 1b3a26c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.1+5

- Add support for chewie 0.12 (#373, authored by @urakozz)

## 0.5.1+4

- Improve RUBY baseline (#362)
Expand Down
2 changes: 1 addition & 1 deletion packages/enhanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:

```yaml
dependencies:
flutter_widget_from_html: ^0.5.1+4
flutter_widget_from_html: ^0.5.1+5
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/enhanced/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_widget_from_html
version: 0.5.1+4
version: 0.5.1+5
description: Flutter package for widget tree building from html that supports hyperlink, image, nested list, etc.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand Down

1 comment on commit 1b3a26c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.