Skip to content

Commit

Permalink
main : Fixed demo gif
Browse files Browse the repository at this point in the history
  • Loading branch information
MingSern committed Sep 30, 2021
1 parent 43a95b7 commit 8599199
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.1

* Fixed demo gif in README.md.
## 1.0.0

* Initial stable release.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.0.1"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 8599199

Please sign in to comment.