Release 2.0.0-alpha.3

This commit is contained in:
Krunoslav Zaher 2015-09-13 16:15:52 +02:00
parent 880c777a80
commit 428cc453bb
4 changed files with 4 additions and 4 deletions

View File

@ -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"
```
```

View File

@ -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

View File

@ -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

View File

@ -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.