File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
- Using [ CocoaPods] ( https://cocoapods.org )
21
21
``` ruby
22
- pod ' RxApolloClient' , ' 1.3 .0'
22
+ pod ' RxApolloClient' , ' 1.4 .0'
23
23
```
24
24
- Using [ Swift Package Manager]
25
25
``` swift
@@ -28,7 +28,7 @@ import PackageDescription
28
28
let package = Package (
29
29
name : " YourApp" ,
30
30
dependencies : [
31
- .package (url : " https://github.com/OhKanghoon/RxApolloClient" , from : " 1.3 .0" )
31
+ .package (url : " https://github.com/OhKanghoon/RxApolloClient" , from : " 1.4 .0" )
32
32
]
33
33
)
34
34
```
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'RxApolloClient'
3
- s . version = '1.3 .0'
3
+ s . version = '1.4 .0'
4
4
s . summary = 'Rx wrapper of Apollo Client'
5
5
s . description = <<-DESC
6
6
RxSwift extensions for Apollo Client
You can’t perform that action at this time.
0 commit comments