From 0a511258bb6d4b9496136f246ef1beafe39f927d Mon Sep 17 00:00:00 2001 From: Maxime Epain Date: Mon, 27 Feb 2017 15:56:22 +0100 Subject: [PATCH] Release 3.2.2 --- Framework/Info.plist | 2 +- MXSegmentedPager.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/Info.plist b/Framework/Info.plist index b25413668..246262bb8 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.2.1 + 3.2.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/MXSegmentedPager.podspec b/MXSegmentedPager.podspec index 874d0e236..0ed270a9f 100644 --- a/MXSegmentedPager.podspec +++ b/MXSegmentedPager.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "MXSegmentedPager" - s.version = "3.2.1" + s.version = "3.2.2" s.summary = "Segmented pager view with Parallax header." s.description = <<-DESC MXSegmentedPager combines [MXPagerView](https://github.com/maxep/MXPagerView) with [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl) to control the page selection.