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)