From cf7b78c8d58216c8a95785729bcf789371679bbd Mon Sep 17 00:00:00 2001 From: Anthony Whitford Date: Tue, 15 Dec 2020 00:26:57 -0800 Subject: [PATCH] Prep for release 3.0.2. --- CHANGELOG.md | 7 +++++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df6a52..f2963c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 3.0.2 + +- Fixed major bug [#168](https://github.com/aagarwal1012/Animated-Text-Kit/issues/168), introduced with version 3 +- Updated the `example` app to show a _Tap Count_ +- Optimized the `dispose` for `AnimatedTextKit` +- Added missing return type to `onNext` function signatures + ## 3.0.1 - Optimized the `initState` for `AnimatedTextKit`. diff --git a/README.md b/README.md index 21da450..d5e71b2 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Add this to your package's `pubspec.yaml` file: ```yaml dependencies: - animated_text_kit: ^3.0.1 + animated_text_kit: ^3.0.2 ``` ### 2. Install it diff --git a/pubspec.yaml b/pubspec.yaml index d421fce..745c9e0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: animated_text_kit description: A flutter package project which contains a collection of cool and beautiful text animations. -version: 3.0.1 +version: 3.0.2 homepage: https://github.com/aagarwal1012/Animated-Text-Kit/ maintainer: Ayush Agarwal (@aagarwal1012)