From 802d92d64c94f408c811ab4e0ebcc6d4b5d49bf0 Mon Sep 17 00:00:00 2001 From: Vadim Morozov Date: Wed, 1 Aug 2018 19:17:30 +0300 Subject: [PATCH] Release 1.3.4 --- CHANGELOG.md | 4 ++++ SlideController.podspec | 2 +- Source/Supporting Files/Info.plist | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a246c..f48f5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Changelog for SlideController 1.3.4 +### Fixed +* Sliding indicator animation when title jumps not animated. + # Changelog for SlideController 1.3.3 ### Added * `shouldAnimateIndicatorOnSelection(index: Int) -> Bool` in `TitleConfigurable` allows to manage animation of sliding indicator diff --git a/SlideController.podspec b/SlideController.podspec index 1f2b910..fbf18ae 100644 --- a/SlideController.podspec +++ b/SlideController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SlideController' - s.version = '1.3.3' + s.version = '1.3.4' s.summary = 'SlideController is replacement for Apple\'s UIPageControl completely written in Swift using power of generic types.' s.description = <<-DESC Swipe between pages with an interactive title navigation control. Configure horizontal or vertical chains for unlimited pages amount. diff --git a/Source/Supporting Files/Info.plist b/Source/Supporting Files/Info.plist index 9cbb1fa..d1935b6 100644 --- a/Source/Supporting Files/Info.plist +++ b/Source/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.3 + 1.3.4 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass