Skip to content

Commit

Permalink
Release 2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Sep 13, 2015
1 parent 880c777 commit 428cc45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ $ pod install
Add this to `Cartfile`

```
git "[email protected]:ReactiveX/RxSwift.git" "2.0.0-alpha.2"
git "[email protected]:ReactiveX/RxSwift.git" "2.0.0-alpha.3"
```

```
Expand Down
2 changes: 1 addition & 1 deletion RxBlocking.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion RxCocoa.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion RxSwift.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 428cc45

Please sign in to comment.