From d6aa42e7bda21dde81d11c37a1f22a22960f585f Mon Sep 17 00:00:00 2001 From: JoniVR Date: Mon, 19 Aug 2019 20:45:40 +0200 Subject: [PATCH] release 2.0.1 see changelog: https://github.com/JoniVR/VerticalCardSwiper/blob/master/CHANGELOG.md --- CHANGELOG.md | 6 ++++++ VerticalCardSwiper.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c2bd8..c2834b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.0.1](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.0.1) (Aug 19, 2019) + +#### Bug fixes + +- Fixed paging algorithm not accounting for zero velocity. + ## [2.0.0](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.0.0) (Jun 21, 2019) #### API breaking changes diff --git a/VerticalCardSwiper.podspec b/VerticalCardSwiper.podspec index a5bc814..f7a4c78 100644 --- a/VerticalCardSwiper.podspec +++ b/VerticalCardSwiper.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'VerticalCardSwiper' - s.version = '2.0.0' + s.version = '2.0.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.