diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e880d5..4ebbc63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.1] + +- Adjust the sample image + ## [1.0.0] - Added `SwipeableCardsStack` diff --git a/README.md b/README.md index d8e4526..857e754 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is Tinder like swipeable cards package. You can add your own widgets to the stack, receive all four events, left, right, up and down. You can define your own business logic for each direction. -Demo +Demo ## Documentation diff --git a/example/pubspec.lock b/example/pubspec.lock index 15cbc81..7baed85 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -45,7 +45,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.0.1" vector_math: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 09616c5..afa83cb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: swipeable_cards_stack description: This is Tinder like swipeable cards package. You can add your own widgets to the stack, receive all four events, left, right, up and down. You can define your own business logic for each direction. -version: 1.0.0 +version: 1.0.1 homepage: https://github.com/ricardodalarme/stacked-cards environment: