From 828fb6df5dfbce5002a75bc52cd985c5f86115a0 Mon Sep 17 00:00:00 2001 From: Karthik Ponnam Date: Wed, 14 Aug 2024 13:50:25 +0530 Subject: [PATCH] published v8.2.7 --- 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 db83b234..720bab11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [8.2.7] + +- Merged multiple PRs thanks for your contributions + ## [8.2.6] - Merged PR #507 - Migrating dart:html to package:web thanks to @a-h-mzd for PR diff --git a/README.md b/README.md index 613f2a68..2f7ef96f 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.2.6 +fluttertoast: ^8.2.7 ``` ```dart diff --git a/pubspec.yaml b/pubspec.yaml index 4d693abd..b377fb6d 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.2.6 +version: 8.2.7 homepage: https://github.com/PonnamKarthik/FlutterToast issue_tracker: https://github.com/ponnamkarthik/FlutterToast/issues