diff --git a/README.md b/README.md index a8e6f68..1f36e50 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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") ] ) ``` diff --git a/RxApolloClient.podspec b/RxApolloClient.podspec index 85885cc..8ff437a 100644 --- a/RxApolloClient.podspec +++ b/RxApolloClient.podspec @@ -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