From 12467ebc322b7b3de7811aaba383b22d498a914c Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Mon, 11 Apr 2016 00:17:12 +0200 Subject: [PATCH] Release 2.4 --- RxBlocking.podspec | 4 ++-- RxCocoa.podspec | 4 ++-- RxSwift.podspec | 2 +- RxTests.podspec | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/RxBlocking.podspec b/RxBlocking.podspec index 19e9e536..a084dc24 100644 --- a/RxBlocking.podspec +++ b/RxBlocking.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxBlocking" - s.version = "2.3.1" + s.version = "2.4" s.summary = "RxSwift Blocking operatos" s.description = <<-DESC Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests @@ -24,5 +24,5 @@ Waiting for observable sequence to complete before exiting command line applicat s.source_files = 'RxBlocking/**/*.swift' - s.dependency 'RxSwift', '~> 2.3.1' + s.dependency 'RxSwift', '~> 2.4' end diff --git a/RxCocoa.podspec b/RxCocoa.podspec index 1f3a3d71..45b1a1c9 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxCocoa" - s.version = "2.3.1" + s.version = "2.4" s.summary = "RxSwift Cocoa extensions" s.description = <<-DESC * UI extensions @@ -25,5 +25,5 @@ Pod::Spec.new do |s| s.watchos.source_files = 'RxCocoa/iOS/**/*.swift' s.tvos.source_files = 'RxCocoa/iOS/**/*.swift' - s.dependency 'RxSwift', '~> 2.3.1' + s.dependency 'RxSwift', '~> 2.4' end diff --git a/RxSwift.podspec b/RxSwift.podspec index d69aafc3..7b4c82c0 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwift" - s.version = "2.3.1" + s.version = "2.4" 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/RxTests.podspec b/RxTests.podspec index 7679bb01..4c9ef0a9 100644 --- a/RxTests.podspec +++ b/RxTests.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxTests" - s.version = "2.3.1" + s.version = "2.4" s.summary = "RxSwift Testing extensions" s.description = <<-DESC Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers @@ -55,5 +55,5 @@ func testMap() { s.framework = 'XCTest' - s.dependency 'RxSwift', '~> 2.3.1' + s.dependency 'RxSwift', '~> 2.4' end