diff --git a/Dollar.podspec b/Dollar.podspec index d14ac2ea..04dd9a2a 100644 --- a/Dollar.podspec +++ b/Dollar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Dollar" - s.version = "6.0.0" + s.version = "6.1.0" s.summary = "A functional tool-belt for Swift Language" s.homepage = "https://github.com/ankurp/Dollar" s.license = { :type => "MIT", :file => "LICENSE" } diff --git a/README.md b/README.md index b769b110..ba19d4fa 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Dollar is a Swift library that provides useful functional programming helper met ## Using [Carthage](https://github.com/Carthage/Carthage) -Add `github "ankurp/Dollar" ~> 6.0.0` to your `Cartfile` and run `carthage update`. If unfamiliar with Carthage then checkout their [Getting Started section](https://github.com/Carthage/Carthage#getting-started) or this [sample app](https://github.com/ankurp/DollarCarthageApp) +Add `github "ankurp/Dollar" ~> 6.1.0` to your `Cartfile` and run `carthage update`. If unfamiliar with Carthage then checkout their [Getting Started section](https://github.com/Carthage/Carthage#getting-started) or this [sample app](https://github.com/ankurp/DollarCarthageApp) ## Using [cocoapods](http://cocoapods.org/) version 0.36.x or greater @@ -46,7 +46,7 @@ Still stuck. Then checkout this screencast on [how to import](http://recordit.co ## Support for Xcode and Swift -* For Xcode 8 (Swift 3) user version `6.0.0` +* For Xcode 8 (Swift 3) user version `6.1.0` * For Xcode 7 (Swift 2) use version `4.1.0` or `5.2.0` * For Xcode 6.3 (Swift 1.2) use version `3.0.3` * For Xcode 6.1 and 6.2 (Swift 1.1) use version `2.2.0`