From 286843230cafe3e2a839ac27e8aff6064dad5eb6 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 10 May 2015 23:44:04 +0200 Subject: [PATCH] Release 1.2.1 --- RxSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxSwift.podspec b/RxSwift.podspec index e4b9b209..50551c2e 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwift" - s.version = "1.2" + s.version = "1.2.1" s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform" s.description = <<-DESC This is a Swift port of Reactive extensions.