diff --git a/README.md b/README.md index 603dffa97..f1ffcb316 100644 --- a/README.md +++ b/README.md @@ -146,14 +146,14 @@ Open Rx.xcworkspace, choose `RxExample` and hit run. This method will build ever use_frameworks! target 'YOUR_TARGET_NAME' do - pod 'RxSwift', '6.6.0' - pod 'RxCocoa', '6.6.0' + pod 'RxSwift', '6.7.0' + pod 'RxCocoa', '6.7.0' end # RxTest and RxBlocking make the most sense in the context of unit/integration tests target 'YOUR_TESTING_TARGET' do - pod 'RxBlocking', '6.6.0' - pod 'RxTest', '6.6.0' + pod 'RxBlocking', '6.7.0' + pod 'RxTest', '6.7.0' end ``` @@ -178,7 +178,7 @@ Simply drag the needed framework binaries to your **Frameworks, Libraries, and E Add this to `Cartfile` ``` -github "ReactiveX/RxSwift" "6.6.0" +github "ReactiveX/RxSwift" "6.7.0" ``` ```bash diff --git a/RxBlocking.podspec b/RxBlocking.podspec index 550aa0094..fbfa55cef 100644 --- a/RxBlocking.podspec +++ b/RxBlocking.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxBlocking" - s.version = "6.6.0" + s.version = "6.7.0" s.summary = "RxSwift Blocking operators" s.description = <<-DESC Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests @@ -25,7 +25,7 @@ Waiting for observable sequence to complete before exiting command line applicat s.source_files = 'RxBlocking/**/*.swift', 'Platform/**/*.swift' s.exclude_files = 'RxBlocking/Platform/**/*.swift' - s.dependency 'RxSwift', '6.6.0' + s.dependency 'RxSwift', '6.7.0' s.swift_version = '5.1' s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' } diff --git a/RxBlocking/Info.plist b/RxBlocking/Info.plist index 2660af6d9..8980a5a15 100644 --- a/RxBlocking/Info.plist +++ b/RxBlocking/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.6.0 + 6.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/RxCocoa.podspec b/RxCocoa.podspec index 84b134738..da0bac99c 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxCocoa" - s.version = "6.6.0" + s.version = "6.7.0" s.summary = "RxSwift Cocoa extensions" s.description = <<-DESC * UI extensions @@ -23,8 +23,8 @@ Pod::Spec.new do |s| s.source_files = 'RxCocoa/**/*.{swift,h,m}', 'Platform/**/*.swift' s.exclude_files = 'RxCocoa/Platform/**/*.swift', 'Platform/AtomicInt.swift' - s.dependency 'RxSwift', '6.6.0' - s.dependency 'RxRelay', '6.6.0' + s.dependency 'RxSwift', '6.7.0' + s.dependency 'RxRelay', '6.7.0' s.swift_version = '5.1' diff --git a/RxCocoa/Info.plist b/RxCocoa/Info.plist index 2660af6d9..8980a5a15 100644 --- a/RxCocoa/Info.plist +++ b/RxCocoa/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.6.0 + 6.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/RxRelay.podspec b/RxRelay.podspec index a2d37b4b8..eccd986d5 100644 --- a/RxRelay.podspec +++ b/RxRelay.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxRelay" - s.version = "6.6.0" + s.version = "6.7.0" s.summary = "Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay" s.description = <<-DESC Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay @@ -24,7 +24,7 @@ Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay s.source_files = 'RxRelay/**/*.{swift,h,m}' - s.dependency 'RxSwift', '6.6.0' + s.dependency 'RxSwift', '6.7.0' s.swift_version = '5.1' s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' } diff --git a/RxRelay/Info.plist b/RxRelay/Info.plist index 2660af6d9..8980a5a15 100644 --- a/RxRelay/Info.plist +++ b/RxRelay/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.6.0 + 6.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/RxSwift.podspec b/RxSwift.podspec index fba7fd8ba..dd850e17d 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwift" - s.version = "6.6.0" + s.version = "6.7.0" s.summary = "RxSwift is a Swift implementation of Reactive Extensions" s.description = <<-DESC This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX) diff --git a/RxSwift/Info.plist b/RxSwift/Info.plist index 2660af6d9..8980a5a15 100644 --- a/RxSwift/Info.plist +++ b/RxSwift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.6.0 + 6.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/RxTest.podspec b/RxTest.podspec index 79916ec6f..e13c3c26b 100644 --- a/RxTest.podspec +++ b/RxTest.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxTest" - s.version = "6.6.0" + s.version = "6.7.0" s.summary = "RxSwift Testing extensions" s.description = <<-DESC Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers @@ -56,7 +56,7 @@ func testMap() { s.weak_framework = 'XCTest' - s.dependency 'RxSwift', '6.6.0' + s.dependency 'RxSwift', '6.7.0' s.swift_version = '5.1' s.pod_target_xcconfig = { diff --git a/RxTest/Info.plist b/RxTest/Info.plist index 2660af6d9..8980a5a15 100644 --- a/RxTest/Info.plist +++ b/RxTest/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.6.0 + 6.7.0 CFBundleSignature ???? CFBundleVersion