Release 2.0.0-alpha.4

This commit is contained in:
Krunoslav Zaher 2015-10-02 23:35:28 +02:00
parent 8b2138d1a3
commit cf90d2f486
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.3"
git "git@github.com:ReactiveX/RxSwift.git" "2.0.0-alpha.4"
```
```

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxBlocking"
s.version = "2.0.0-alpha.3"
s.version = "2.0.0-alpha.4"
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.3"
s.version = "2.0.0-alpha.4"
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.3"
s.version = "2.0.0-alpha.4"
s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform"
s.description = <<-DESC
This is a Swift port of Reactive extensions.