From cc0c21066106a46d822f109491cdc06f8dfc75c7 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Sat, 7 Nov 2020 02:30:23 +0530 Subject: [PATCH] bump version to v2.5.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 3e879fe..58199f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.5.4 + +- Added missing dart documentation to the public classes and methods. + ## 2.5.3 - Updated the `README` to revert links to be `pub.dev` friendly. diff --git a/README.md b/README.md index 346a394..79a0540 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Add this to your package's `pubspec.yaml` file: ```yaml dependencies: - animated_text_kit: ^2.5.3 + animated_text_kit: ^2.5.4 ``` ### 2. Install it diff --git a/pubspec.yaml b/pubspec.yaml index 9510c6e..1ffa196 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: 2.5.3 +version: 2.5.4 homepage: https://github.com/aagarwal1012/Animated-Text-Kit/ maintainer: Ayush Agarwal (@aagarwal1012)