diff --git a/README.md b/README.md
index b2188b0d..72b65c15 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,8 @@ Hang out with us on [rxswift.slack.com](http://slack.rxswift.org)
Show Debug Area`
+
+## RxExamples
+
+To use playgrounds:
+
+* Open `Rx.xcworkspace`
+* Choose one of example schemes and hit `Run`.
+
## References
* [http://reactivex.io/](http://reactivex.io/)
diff --git a/Rx.playground/Pages/Index.xcplaygroundpage/Contents.swift b/Rx.playground/Pages/Index.xcplaygroundpage/Contents.swift
index a4910400..cb6598bf 100644
--- a/Rx.playground/Pages/Index.xcplaygroundpage/Contents.swift
+++ b/Rx.playground/Pages/Index.xcplaygroundpage/Contents.swift
@@ -4,8 +4,8 @@
1. Open `Rx.xcworkspace`
2. Build `RxSwift-OSX` scheme
-3. And then open `RxSamples` in `Rx.xcworkspace` tree view.
-4. View the console to view log strings. Choose `View > Show Debug Area`
+3. And then open `Rx` playground in `Rx.xcworkspace` tree view.
+4. Choose `View > Show Debug Area`
*/
/*:
diff --git a/Rx.playground/contents.xcplayground b/Rx.playground/contents.xcplayground
index a05e9e9e..5ee87f2d 100644
--- a/Rx.playground/contents.xcplayground
+++ b/Rx.playground/contents.xcplayground
@@ -1,5 +1,5 @@
-
+
diff --git a/RxBlocking.podspec b/RxBlocking.podspec
index a9e5116e..d420382f 100644
--- a/RxBlocking.podspec
+++ b/RxBlocking.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxBlocking"
- s.version = "2.0-alpha.1"
+ s.version = "2.0.0-alpha.2"
s.summary = "RxSwift Blocking operatos"
s.description = <<-DESC
Set of blocking operators for unit testing
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.source_files = 'RxBlocking/**/*.swift'
- s.dependency 'RxSwift', '~> 2.0-alpha'
+ s.dependency 'RxSwift', '~> 2.0.0-alpha'
end
diff --git a/RxCocoa.podspec b/RxCocoa.podspec
index 8ea47abb..cf541e10 100644
--- a/RxCocoa.podspec
+++ b/RxCocoa.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxCocoa"
- s.version = "2.0-alpha.1"
+ s.version = "2.0.0-alpha.2"
s.summary = "RxSwift Cocoa extensions"
s.description = <<-DESC
* UI extensions
@@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.ios.source_files = 'RxCocoa/iOS/**/*.swift'
s.osx.source_files = 'RxCocoa/OSX/**/*.swift'
- s.dependency 'RxSwift', '~> 2.0-alpha'
+ s.dependency 'RxSwift', '~> 2.0.0-alpha'
end
diff --git a/RxSwift.podspec b/RxSwift.podspec
index 2f29b12f..ccee51fd 100644
--- a/RxSwift.podspec
+++ b/RxSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxSwift"
- s.version = "2.0-alpha.1"
+ s.version = "2.0.0-alpha.2"
s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform"
s.description = <<-DESC
This is a Swift port of Reactive extensions.