Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Nov 14, 2020
1 parent bec4cfa commit 3eba269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- Using [CocoaPods](https://cocoapods.org)
```ruby
pod 'RxApolloClient', '1.3.0'
pod 'RxApolloClient', '1.4.0'
```
- Using [Swift Package Manager]
```swift
Expand All @@ -28,7 +28,7 @@ import PackageDescription
let package = Package(
name: "YourApp",
dependencies: [
.package(url: "https://github.com/OhKanghoon/RxApolloClient", from: "1.3.0")
.package(url: "https://github.com/OhKanghoon/RxApolloClient", from: "1.4.0")
]
)
```
Expand Down
2 changes: 1 addition & 1 deletion RxApolloClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxApolloClient'
s.version = '1.3.0'
s.version = '1.4.0'
s.summary = 'Rx wrapper of Apollo Client'
s.description = <<-DESC
RxSwift extensions for Apollo Client
Expand Down

0 comments on commit 3eba269

Please sign in to comment.