From a64594ad61cd8fd4907b5713a3c0937d04487647 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Mon, 16 Nov 2015 01:27:06 +0100 Subject: [PATCH] Release 2.0.0-beta.3 --- README.md | 2 +- RxBlocking.podspec | 2 +- RxCocoa.podspec | 2 +- RxSwift.podspec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d83b05e8..73b8883e 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ $ pod install Add this to `Cartfile` ``` -github "ReactiveX/RxSwift" "2.0.0-beta.2" +github "ReactiveX/RxSwift" "2.0.0-beta.3" ``` ``` diff --git a/RxBlocking.podspec b/RxBlocking.podspec index 3029cbe9..e72a07ca 100644 --- a/RxBlocking.podspec +++ b/RxBlocking.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxBlocking" - s.version = "2.0.0-beta.2" + s.version = "2.0.0-beta.3" s.summary = "RxSwift Blocking operatos" s.description = <<-DESC Set of blocking operators for RxSwift. diff --git a/RxCocoa.podspec b/RxCocoa.podspec index b8406de4..8c0fdcb1 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxCocoa" - s.version = "2.0.0-beta.2" + s.version = "2.0.0-beta.3" s.summary = "RxSwift Cocoa extensions" s.description = <<-DESC * UI extensions diff --git a/RxSwift.podspec b/RxSwift.podspec index 46c7743c..9cdaa7ea 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,9 +1,9 @@ Pod::Spec.new do |s| s.name = "RxSwift" - s.version = "2.0.0-beta.2" + s.version = "2.0.0-beta.3" s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform" s.description = <<-DESC - This is a Swift port of ReactiveX. [https://github.com/ReactiveX](https://github.com/ReactiveX) + This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX) Like the original [Rx](https://github.com/Reactive-extensions/Rx.Net), its intention is to enable easy composition of asynchronous operations and event streams.