diff --git a/README.md b/README.md index b75350d..0bc5a10 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ See the Demo project for example on how to use it. The easiest way of installing ScrollableSegmentedControl is via [CocoaPods](http://cocoapods.org/). ``` -pod 'ScrollableSegmentedControl' +pod 'ScrollableSegmentedControl', '~> 1.0.1' ``` ### Old-fashioned way diff --git a/ScrollableSegmentedControl.podspec b/ScrollableSegmentedControl.podspec index 47a10f2..300116b 100644 --- a/ScrollableSegmentedControl.podspec +++ b/ScrollableSegmentedControl.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ScrollableSegmentedControl' - s.version = '1.0' + s.version = '1.0.1' s.license = 'MIT' s.summary = 'Scrollable Segmented Control for when UISegmentedControl is not sufficient' s.homepage = 'https://github.com/GocePetrovski/ScrollableSegmentedControl'