diff --git a/CHANGELOG.md b/CHANGELOG.md index 12cac05..99b64fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,4 +5,8 @@ ## 0.0.2 -* update pub read me \ No newline at end of file +* update pub read me + +## 0.0.3 + +* add curves learning \ No newline at end of file diff --git a/README.md b/README.md index 081d687..2e9278c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Simplified Flutter stagger animation.To drive the Flutter stagger animation thro ```yaml dependencies: - flutter_animation_set: ^0.0.2 + flutter_animation_set: ^0.0.3 ``` ## ⚡ Use Animation Set Widget diff --git a/README_CN.md b/README_CN.md index 1909cf5..e0ce204 100644 --- a/README_CN.md +++ b/README_CN.md @@ -13,7 +13,7 @@ ```yaml dependencies: - flutter_animation_set: ^0.0.2 + flutter_animation_set: ^0.0.3 ``` ## ⚡ Use Animation Set Widget diff --git a/pubspec.yaml b/pubspec.yaml index e5aa898..9f95b8d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_animation_set description: Easy to build an animation set -version: 0.0.2 +version: 0.0.3 author: AndroidHensen homepage: https://github.com/efoxTeam/flutter-animation-set