diff --git a/Framework/Info.plist b/Framework/Info.plist index fbe1e6b31..b25413668 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 3.2.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/MXSegmentedPager.podspec b/MXSegmentedPager.podspec index f20c82a6b..160efbdbe 100644 --- a/MXSegmentedPager.podspec +++ b/MXSegmentedPager.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "MXSegmentedPager" - s.version = "3.1.0" + s.version = "3.2.1" 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.