Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Dec 10, 2019
1 parent e96533f commit 1221530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Get Started
1. Install Apollo
```sh
$ npm install -g apollo 2.18.3
$ npm install -g apollo 2.21.0
```
2. Fetch Scheme & Generate API Code
#### get_gql.sh
Expand All @@ -35,7 +35,7 @@ $ sh get_gql.sh

- Using [CocoaPods](https://cocoapods.org)
```ruby
pod 'RxApolloClient', '1.2.0'
pod 'RxApolloClient', '1.3.0'
```
- Using [Swift Package Manager]
```swift
Expand All @@ -44,7 +44,7 @@ import PackageDescription
let package = Package(
name: "YourApp",
dependencies: [
.package(url: "https://github.com/OhKanghoon/RxApolloClient", from: "1.2.0")
.package(url: "https://github.com/OhKanghoon/RxApolloClient", from: "1.3.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.2.0'
s.version = '1.3.0'
s.summary = 'Rx wrapper of Apollo Client'
s.description = <<-DESC
RxSwift extensions for Apollo Client
Expand Down

0 comments on commit 1221530

Please sign in to comment.