From 16e5a996ee9b6951a1323a9e875da1074741d96c Mon Sep 17 00:00:00 2001 From: JoniVR Date: Fri, 8 Jan 2021 19:03:07 +0100 Subject: [PATCH] Release 2.3.1 --- CHANGELOG.md | 6 ++++++ VerticalCardSwiper.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5561ef..a9afac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.3.1](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.3.1) (Jan 8, 2021) + +#### Bug fixes + +- Fixed `isStackOnBottom` and `stackedCardsCount` not working - thanks [@stfnhdr](https://github.com/stfnhdr). + ## [2.3.0](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.3.0) (Oct 4, 2020) #### Enhancements diff --git a/VerticalCardSwiper.podspec b/VerticalCardSwiper.podspec index 86401a5..c0fa66d 100644 --- a/VerticalCardSwiper.podspec +++ b/VerticalCardSwiper.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'VerticalCardSwiper' - s.version = '2.3.0' + s.version = '2.3.1' s.summary = 'A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.' # This description is used to generate tags and improve search results.