diff --git a/CHANGELOG.md b/CHANGELOG.md index b1426303..7c0e321b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [8.1.4] + +- Merged #419 (added environment restriction in pubspec) + ## [8.1.3] - Merged #415 (improvements to provide safer usage) @AlexSeednov diff --git a/README.md b/README.md index f3fcfda0..6b623379 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.3 +fluttertoast: ^8.1.4 ``` ```dart diff --git a/pubspec.yaml b/pubspec.yaml index e54ebe9d..c0b119e5 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.3 +version: 8.1.4 homepage: https://github.com/PonnamKarthik/FlutterToast issue_tracker: https://github.com/ponnamkarthik/FlutterToast/issues