From bb0203ea2fa5010d6e467a323dca099f1f36b7d0 Mon Sep 17 00:00:00 2001 From: Ricardo Dalarme Date: Tue, 24 Jan 2023 15:49:46 -0300 Subject: [PATCH] chore(package): release v1.1.0+1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 359dbb3..789d77b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_card_swiper description: This is a Tinder-like card swiper package. It allows you to swipe left, right, up, and down and 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.1.0 +version: 1.1.0+1 environment: sdk: ">=2.12.0 <3.0.0"