diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c0a8c..ed71e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.1 + +* Fixed demo gif in README.md. ## 1.0.0 * Initial stable release. diff --git a/example/pubspec.lock b/example/pubspec.lock index abf91dd..87ec4cd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.0.1" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 5895348..7172279 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_bounceable description: A simple, interactive and customizable on-tap bounce animation that can be wrapped on any widgets that you like. -version: 1.0.0 +version: 1.0.1 repository: https://github.com/MingSern/flutter_bounceable issue_tracker: https://github.com/MingSern/flutter_bounceable/issues @@ -15,6 +15,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter + flutter_lints: ^1.0.0 # For information on the generic Dart part of this file, see the