From c763e1f2db08d55c7bf8754665ea2e86c9aec2bc Mon Sep 17 00:00:00 2001 From: ricardodalarme Date: Fri, 24 Mar 2023 02:06:26 -0300 Subject: [PATCH] chore(package): release v4.0.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f284c..275b588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.0.1] + +- Updates the docs. + ## [4.0.0] - **BREAKING CHANGE**: diff --git a/pubspec.yaml b/pubspec.yaml index bdfa544..7caa891 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: 4.0.0+1 +version: 4.0.1 environment: sdk: ">=2.12.0 <3.0.0"