Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Dec 6, 2019
1 parent 49d3605 commit 92cfce2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,20 @@ $ sh get_gql.sh

## Installation

RxApolloClient is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

- Using [CocoaPods](https://cocoapods.org)
```ruby
pod 'RxApolloClient'
pod 'RxApolloClient', '1.2.0'
```
- Using [Swift Package Manager]
```swift
import PackageDescription

let package = Package(
name: "YourApp",
dependencies: [
.package(url: "https://github.com/OhKanghoon/RxApolloClient", from: "1.2.0")
]
)
```

## Usage
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.1.0'
s.version = '1.2.0'
s.summary = 'Rx wrapper of Apollo Client'
s.description = <<-DESC
RxSwift extensions for Apollo Client
Expand Down

0 comments on commit 92cfce2

Please sign in to comment.