diff --git a/CHANGELOG.md b/CHANGELOG.md index ceef4972..3b7b2c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ All notable changes to this project will be documented in this file. * Divides examples into sections * Adds really simple examples of how to do simple calculated bindings with vanilla Rx. * Adds really simple examples of table view extensions (sectioned and non sectioned version). - * Refactoring of GitHub sign in example to use MVVM paradigm. + * Refactoring of `GitHub sign in example` to use MVVM paradigm. #### Fixed diff --git a/README.md b/README.md index b21779e1..2bc6822a 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ $ pod install Add this to `Cartfile` ``` -github "ReactiveX/RxSwift" "2.0.0-beta.3" +github "ReactiveX/RxSwift" "2.0.0-beta.4" ``` ``` diff --git a/RxBlocking.podspec b/RxBlocking.podspec index e72a07ca..af1806a7 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.3" + s.version = "2.0.0-beta.4" s.summary = "RxSwift Blocking operatos" s.description = <<-DESC Set of blocking operators for RxSwift. diff --git a/RxCocoa.podspec b/RxCocoa.podspec index 8c0fdcb1..2cea7beb 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.3" + s.version = "2.0.0-beta.4" s.summary = "RxSwift Cocoa extensions" s.description = <<-DESC * UI extensions diff --git a/RxSwift.podspec b/RxSwift.podspec index 9cdaa7ea..e81923e4 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwift" - s.version = "2.0.0-beta.3" + s.version = "2.0.0-beta.4" s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform" s.description = <<-DESC This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)