Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Dec 14, 2020
1 parent 3eba269 commit 53e1ed7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apollographql/apollo-ios.git", .upToNextMajor(from: "0.36.0")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "5.1.0")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "5.0.0")),
],
targets: [
.target(name: "RxApolloClient", dependencies: ["Apollo", "RxSwift"])
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Platform](https://img.shields.io/cocoapods/p/RxApolloClient.svg?style=flat)](https://cocoapods.org/pods/RxApolloClient)

## Dependencies
- [RxSwift](https://github.com/ReactiveX/RxSwift) (~> 5.1)
- [RxSwift](https://github.com/ReactiveX/RxSwift) (~> 5.0)
- [apollo-ios](https://github.com/apollographql/apollo-ios) (~> 0.36.0)

## Requirements
Expand All @@ -19,7 +19,7 @@

- Using [CocoaPods](https://cocoapods.org)
```ruby
pod 'RxApolloClient', '1.4.0'
pod 'RxApolloClient', '1.4.1'
```
- Using [Swift Package Manager]
```swift
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0'
s.version = '1.4.1'
s.summary = 'Rx wrapper of Apollo Client'
s.description = <<-DESC
RxSwift extensions for Apollo Client
Expand All @@ -16,6 +16,6 @@ Pod::Spec.new do |s|

s.source_files = 'Sources/**/*.{swift,h,m}'

s.dependency 'RxSwift', '~> 5.1'
s.dependency 'RxSwift', '~> 5.0'
s.dependency 'Apollo', '~> 0.36.0'
end

0 comments on commit 53e1ed7

Please sign in to comment.