diff --git a/README.md b/README.md index 7e03b38..50ceeb4 100644 --- a/README.md +++ b/README.md @@ -113,19 +113,19 @@ Installation - **For iOS 8+ projects** with [CocoaPods](https://cocoapods.org): ```ruby - pod 'Then', '~> 2.0' + pod 'Then', '~> 2.1' ``` - **For iOS 8+ projects** with [Carthage](https://github.com/Carthage/Carthage): ``` - github "devxoul/Then" ~> 2.0 + github "devxoul/Then" ~> 2.1 ``` - **For iOS 7 projects** with [CocoaSeeds](https://github.com/devxoul/CocoaSeeds): ```ruby - github 'devxoul/Then', '2.0.0', :files => 'Sources/*.swift' + github 'devxoul/Then', '2.1.0', :files => 'Sources/*.swift' ``` - **Using [Swift Package Manager](https://swift.org/package-manager)**: @@ -136,7 +136,7 @@ Installation let package = Package( name: "MyAwesomeApp", dependencies: [ - .Package(url: "https://github.com/devxoul/Then", "2.0.0"), + .Package(url: "https://github.com/devxoul/Then", "2.1.0"), ] ) ``` diff --git a/Then.podspec b/Then.podspec index 1a05cd4..12e308e 100644 --- a/Then.podspec +++ b/Then.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Then" - s.version = "2.0.0" + s.version = "2.1.0" s.summary = "Super sweet syntactic sugar for Swift initializers." s.homepage = "https://github.com/devxoul/Then" s.license = { :type => "MIT", :file => "LICENSE" }