We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39debec commit 16e5a99Copy full SHA for 16e5a99
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [2.3.1](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.3.1) (Jan 8, 2021)
4
+
5
+#### Bug fixes
6
7
+- Fixed `isStackOnBottom` and `stackedCardsCount` not working - thanks [@stfnhdr](https://github.com/stfnhdr).
8
9
## [2.3.0](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.3.0) (Oct 4, 2020)
10
11
#### Enhancements
VerticalCardSwiper.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'VerticalCardSwiper'
- s.version = '2.3.0'
+ s.version = '2.3.1'
12
s.summary = 'A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.'
13
14
# This description is used to generate tags and improve search results.
0 commit comments