We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a4c3b commit d6aa42eCopy full SHA for d6aa42e
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [2.0.1](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.0.1) (Aug 19, 2019)
4
+
5
+#### Bug fixes
6
7
+- Fixed paging algorithm not accounting for zero velocity.
8
9
## [2.0.0](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.0.0) (Jun 21, 2019)
10
11
#### API breaking changes
VerticalCardSwiper.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'VerticalCardSwiper'
- s.version = '2.0.0'
+ s.version = '2.0.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