Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 23, 2016
1 parent 8f43513 commit 101baa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ For Swift 2.3 version please use versions `0.1 ... 0.9`

Podfile
```
pod 'RxDataSources', '~> 1.0.0-rc.1'
pod 'RxDataSources', '~> 1.0'
```

### Carthage

Cartfile
```
github "RxSwiftCommunity/RxDataSources" "1.0.0-rc.1"
github "RxSwiftCommunity/RxDataSources" ~> 1.0
```

0 comments on commit 101baa9

Please sign in to comment.