From d62baf3f31389a921a31af03b16b4aa27955b9f2 Mon Sep 17 00:00:00 2001 From: Ankur Patel Date: Tue, 25 Oct 2016 15:44:21 -0400 Subject: [PATCH] Bumping version and updating README --- Dollar.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dollar.podspec b/Dollar.podspec index d14ac2e..04dd9a2 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 b769b11..ba19d4f 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`