diff --git a/CHANGELOG.md b/CHANGELOG.md index c8462a1..68ae81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.3 +* General update. + ## 1.0.2 * Updated Readme. diff --git a/README.md b/README.md index ba02329..58d7701 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Add this to your package's `pubspec.yaml` file: ```yaml dependencies: - animated_text_kit: ^1.0.2 + animated_text_kit: ^1.0.3 ``` ### 2. Install it diff --git a/example/pubspec.lock b/example/pubspec.lock index ef5b786..d108e82 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "1.0.2" + version: "1.0.3" args: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ba807a5..75b1878 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: 1.0.2 +version: 1.0.3 author: Ayush Agarwal homepage: https://github.com/aagarwal1012/Animated-Text-Kit/