diff --git a/README.md b/README.md index dd0d024..fbeffd9 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ iOS 8.x, Swift 2.2.x ```ruby use_frameworks! -pod 'Segmentio', '~> 1.1' +pod 'Segmentio', '~> 1.1.1' ``` *(CocoaPods v1.0.1 or later required. See [this blog post](http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/) for details.)* ####[Carthage](http://github.com/Carthage/Carthage) ```ruby -github "Yalantis/Segmentio" ~> 1.1 +github "Yalantis/Segmentio" ~> 1.1.1 ``` ##Usage diff --git a/Segmentio.podspec b/Segmentio.podspec index c9a6b4a..f7d29b3 100644 --- a/Segmentio.podspec +++ b/Segmentio.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Segmentio" - spec.version = "1.1" + spec.version = "1.1.1" spec.homepage = "https://github.com/Yalantis/Segmentio" spec.summary = "Animated top/bottom segmented control written in Swift!"