From 3f4205f90a89c4f61ee114c662aea67a441764c2 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Mon, 8 Jun 2015 01:45:16 +0200 Subject: [PATCH] Release 1.5 --- RxCocoa.podspec | 2 +- RxSwift.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RxCocoa.podspec b/RxCocoa.podspec index 7eaf17fc..1661d5d5 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxCocoa" - s.version = "1.4" + s.version = "1.5" s.summary = "RxSwift Cocoa extensions" s.description = <<-DESC * UI extensions diff --git a/RxSwift.podspec b/RxSwift.podspec index 4015b938..36be7dc3 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwift" - s.version = "1.4" + s.version = "1.5" s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform" s.description = <<-DESC This is a Swift port of Reactive extensions.