Skip to content

Commit

Permalink
v4.0.1: Forgot to bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cretezy committed Nov 6, 2020
1 parent 84c5b06 commit c17a353
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.0.1] - 2020-11-05

- Release of 4.0.0, forgot to bump version in README

## [4.0.0] - 2020-11-05

- Change from `RichText` to `Text.rich` ([#53](https://github.com/Cretezy/flutter_linkify/pull/53), thanks [@Sorunome](https://github.com/Sorunome)!)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install by adding this package to your `pubspec.yaml`:

```yaml
dependencies:
flutter_linkify: ^3.1.3
flutter_linkify: ^4.0.1
```

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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_linkify
description: Turns text URLs and emails into clickable inline links in text for Flutter.
version: 4.0.0
version: 4.0.1
homepage: https://github.com/Cretezy/flutter_linkify

environment:
Expand Down

0 comments on commit c17a353

Please sign in to comment.