Skip to content

Commit

Permalink
Bumping version and updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurp committed Oct 25, 2016
1 parent b595220 commit d62baf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dollar.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`
Expand Down

0 comments on commit d62baf3

Please sign in to comment.