Skip to content

Commit 0cf0309

Browse files
committed
Bumping version
1 parent 69657ee commit 0cf0309

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.swift-sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"title": "Dollar",
44
"description": "Learn to use Dollar",
55
"swiftversion": "swift-3.0-RELEASE-ubuntu14.04",
6-
"giturl": "https://github.com/ankurp/DollarSwiftPackage",
6+
"giturl": "https://github.com/ankurp/DollarSwiftPackageSample",
77
"gittag": "1.0.0"
88
}

Dollar.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Dollar"
3-
s.version = "6.2.0"
3+
s.version = "6.2.1"
44
s.summary = "A functional tool-belt for Swift Language"
55
s.homepage = "https://github.com/ankurp/Dollar"
66
s.license = { :type => "MIT", :file => "LICENSE" }

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Dollar is a Swift library that provides useful functional programming helper met
2323

2424
## Using [Carthage](https://github.com/Carthage/Carthage)
2525

26-
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)
26+
Add `github "ankurp/Dollar" ~> 6.2.1` 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)
2727

2828
## Using [cocoapods](http://cocoapods.org/) version 0.36.x or greater
2929

@@ -46,7 +46,8 @@ Still stuck. Then checkout this screencast on [how to import](http://recordit.co
4646

4747
## Support for Xcode and Swift
4848

49-
* For Xcode 8 (Swift 3) user version `6.1.0`
49+
* For Xcode 9 (Swift 4) use branch [`xcode-9-swift-4`](https://github.com/ankurp/Dollar/pull/255)
50+
* For Xcode 8 (Swift 3) use version `6.2.1`
5051
* For Xcode 7 (Swift 2) use version `4.1.0` or `5.2.0`
5152
* For Xcode 6.3 (Swift 1.2) use version `3.0.3`
5253
* For Xcode 6.1 and 6.2 (Swift 1.1) use version `2.2.0`

0 commit comments

Comments
 (0)