From d58167f7597ab32b6a64c62efd626a7707d972d6 Mon Sep 17 00:00:00 2001 From: Karthik Ponnam Date: Mon, 20 Feb 2023 11:20:53 +0530 Subject: [PATCH] Updated to v8.1.4 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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