From b371c2ba822ac28b858c9764a82a6befda92218b Mon Sep 17 00:00:00 2001 From: Ricardo Dalarme Date: Mon, 16 Jan 2023 12:26:11 -0300 Subject: [PATCH] chore(package): release v1.0.2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cac37e7..d2fd26a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_card_swiper 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/flutter_card_swiper issue_tracker: https://github.com/ricardodalarme/flutter_card_swiper/issues -version: 1.0.1 +version: 1.0.2 environment: sdk: ">=2.12.0 <3.0.0"