diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebbc63..3528b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## [1.0.1] +## [1.0.2] + +- Add a screenshorts to pub.dev + +- ## [1.0.1] - Adjust the sample image diff --git a/example/pubspec.lock b/example/pubspec.lock index 3936695..c4ae96a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -45,7 +45,7 @@ packages: path: ".." relative: true source: path - version: "1.0.1" + version: "1.0.2+1" vector_math: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 006b850..c8d6816 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ 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. homepage: https://github.com/ricardodalarme/swipeable-cards-stack issue_tracker: https://github.com/ricardodalarme/swipeable-cards-stack/issues -version: 1.0.1 +version: 1.0.2+1 environment: sdk: ">=2.12.0 <3.0.0"