Skip to content

Commit

Permalink
v4.0.2: Add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cretezy committed Nov 6, 2020
1 parent c17a353 commit d97383d
Show file tree
Hide file tree
Showing 5 changed files with 422 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [4.0.2] - 2020-11-05

- Added unit tests

## [4.0.1] - 2020-11-05

- Release of 4.0.0, forgot to bump version in README
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Install by adding this package to your `pubspec.yaml`:

```yaml
dependencies:
flutter_linkify: ^4.0.1
flutter_linkify: ^4.0.2
```

It is highly recommend that you also add a dependency on [`url_launcher`](https://pub.dartlang.org/packages/url_launcher) to open links in the browser/OS.
Expand Down

0 comments on commit d97383d

Please sign in to comment.