Skip to content

Commit 3eba269

Browse files
committed
Bump version to 1.4.0
1 parent bec4cfa commit 3eba269

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
- Using [CocoaPods](https://cocoapods.org)
2121
```ruby
22-
pod 'RxApolloClient', '1.3.0'
22+
pod 'RxApolloClient', '1.4.0'
2323
```
2424
- Using [Swift Package Manager]
2525
```swift
@@ -28,7 +28,7 @@ import PackageDescription
2828
let package = Package(
2929
name: "YourApp",
3030
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")
3232
]
3333
)
3434
```

RxApolloClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxApolloClient'
3-
s.version = '1.3.0'
3+
s.version = '1.4.0'
44
s.summary = 'Rx wrapper of Apollo Client'
55
s.description = <<-DESC
66
RxSwift extensions for Apollo Client

0 commit comments

Comments
 (0)