Skip to content

Commit 8599199

Browse files
committed
main : Fixed demo gif
1 parent 43a95b7 commit 8599199

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.1
2+
3+
* Fixed demo gif in README.md.
14
## 1.0.0
25

36
* Initial stable release.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "1.0.0"
71+
version: "1.0.1"
7272
flutter_lints:
7373
dependency: "direct dev"
7474
description:

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_bounceable
22
description: A simple, interactive and customizable on-tap bounce animation that can be wrapped on any widgets that you like.
3-
version: 1.0.0
3+
version: 1.0.1
44
repository: https://github.com/MingSern/flutter_bounceable
55
issue_tracker: https://github.com/MingSern/flutter_bounceable/issues
66

@@ -15,6 +15,7 @@ dependencies:
1515
dev_dependencies:
1616
flutter_test:
1717
sdk: flutter
18+
1819
flutter_lints: ^1.0.0
1920

2021
# For information on the generic Dart part of this file, see the

0 commit comments

Comments
 (0)