diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be9b9e6..ff1fcfbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [8.1.2] + +- Merged #405 #408 + ## [8.1.1] [8.1.0] - Many issues fixed diff --git a/README.md b/README.md index 449fd6e8..22921ca2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This one has limited features and no control over UI ```yaml # add this line to your dependencies -fluttertoast: ^8.1.1 +fluttertoast: ^8.1.2 ``` ```dart diff --git a/pubspec.yaml b/pubspec.yaml index e715a672..15c2da2e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fluttertoast description: Toast Library for Flutter, Easily create toast messages in single line of code -version: 8.1.1 +version: 8.1.2 homepage: https://github.com/PonnamKarthik/FlutterToast issue_tracker: https://github.com/ponnamkarthik/FlutterToast/issues