From d38e14043401f4465ce12453b4c0ea1504e8c2d7 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 14 Jun 2015 19:38:51 +0200 Subject: [PATCH] Release 1.6 --- RxCocoa.podspec | 2 +- RxSwift.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RxCocoa.podspec b/RxCocoa.podspec index 1661d5d5..9faeda9c 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxCocoa" - s.version = "1.5" + s.version = "1.6" s.summary = "RxSwift Cocoa extensions" s.description = <<-DESC * UI extensions diff --git a/RxSwift.podspec b/RxSwift.podspec index 36be7dc3..ec6cb623 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwift" - s.version = "1.5" + s.version = "1.6" s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform" s.description = <<-DESC This is a Swift port of Reactive extensions.