From 3eba2691f3f9ae6ea477318f5c786ac65bc95284 Mon Sep 17 00:00:00 2001 From: OhKanghoon Date: Sat, 14 Nov 2020 18:16:07 +0900 Subject: [PATCH] Bump version to 1.4.0 --- README.md | 4 ++-- RxApolloClient.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c832d94..30fcb84 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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") ] ) ``` diff --git a/RxApolloClient.podspec b/RxApolloClient.podspec index d9fed58..2d64bd4 100644 --- a/RxApolloClient.podspec +++ b/RxApolloClient.podspec @@ -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