From 428cc453bbd4b3301efcd55c92585178ae17032f Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 13 Sep 2015 16:15:52 +0200 Subject: [PATCH] Release 2.0.0-alpha.3 --- README.md | 2 +- RxBlocking.podspec | 2 +- RxCocoa.podspec | 2 +- RxSwift.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72b65c15..3c89325b 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ $ pod install Add this to `Cartfile` ``` -git "git@github.com:ReactiveX/RxSwift.git" "2.0.0-alpha.2" +git "git@github.com:ReactiveX/RxSwift.git" "2.0.0-alpha.3" ``` ``` diff --git a/RxBlocking.podspec b/RxBlocking.podspec index d420382f..0bcc4146 100644 --- a/RxBlocking.podspec +++ b/RxBlocking.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxBlocking" - s.version = "2.0.0-alpha.2" + s.version = "2.0.0-alpha.3" s.summary = "RxSwift Blocking operatos" s.description = <<-DESC Set of blocking operators for unit testing diff --git a/RxCocoa.podspec b/RxCocoa.podspec index cf541e10..d2520f40 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxCocoa" - s.version = "2.0.0-alpha.2" + s.version = "2.0.0-alpha.3" s.summary = "RxSwift Cocoa extensions" s.description = <<-DESC * UI extensions diff --git a/RxSwift.podspec b/RxSwift.podspec index ccee51fd..22fa5c1c 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwift" - s.version = "2.0.0-alpha.2" + s.version = "2.0.0-alpha.3" s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform" s.description = <<-DESC This is a Swift port of Reactive extensions.