From 0594b0cdd7754fc301e423f75ceccb399c45292e Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Mon, 25 May 2015 01:10:43 +0200 Subject: [PATCH] Release 1.4 --- RxCocoa.podspec | 2 +- RxSwift.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RxCocoa.podspec b/RxCocoa.podspec index 7ecbfb0e..7eaf17fc 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxCocoa" - s.version = "1.3.1" + s.version = "1.4" s.summary = "RxSwift Cocoa extensions" s.description = <<-DESC * UI extensions diff --git a/RxSwift.podspec b/RxSwift.podspec index 59f685c7..4015b938 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwift" - s.version = "1.3" + s.version = "1.4" s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform" s.description = <<-DESC This is a Swift port of Reactive extensions.