Skip to content

Commit a655726

Browse files
authored
Update README.md (#395)
1 parent 90c29b4 commit a655726

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ For Swift 2.3 version please use versions `0.1 ... 0.9`
159159

160160
Podfile
161161
```
162-
pod 'RxDataSources', '~> 4.0'
162+
pod 'RxDataSources', '~> 5.0'
163163
```
164164

165165
### Carthage
166166

167167
Cartfile
168168
```
169-
github "RxSwiftCommunity/RxDataSources" ~> 4.0
169+
github "RxSwiftCommunity/RxDataSources" ~> 5.0
170170
```
171171

172172
### Swift Package Manager
@@ -179,7 +179,7 @@ import PackageDescription
179179
let package = Package(
180180
name: "SampleProject",
181181
dependencies: [
182-
.package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git", from: "4.0.0")
182+
.package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git", from: "5.0.0")
183183
]
184184
)
185185
```

0 commit comments

Comments
 (0)