From 742b8653f1c7deca37ac46199c54ff060993697b Mon Sep 17 00:00:00 2001 From: Goce Petrovski Date: Sun, 8 Oct 2017 23:18:05 +0800 Subject: [PATCH] Podspec to v1.3.0 --- ScrollableSegmentedControl.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScrollableSegmentedControl.podspec b/ScrollableSegmentedControl.podspec index a8c31bf..f9d9bc0 100644 --- a/ScrollableSegmentedControl.podspec +++ b/ScrollableSegmentedControl.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ScrollableSegmentedControl' - s.version = '1.2.1' + s.version = '1.3.0' s.license = 'MIT' s.summary = 'Scrollable Segmented Control for when UISegmentedControl is not sufficient' s.homepage = 'https://github.com/GocePetrovski/ScrollableSegmentedControl'