From 8a3b47953da01d324db4abda34431cdc85956307 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 15 May 2016 18:00:57 +0200 Subject: [PATCH] Changes 2.5 to 2.5.0. --- RxBlocking.podspec | 2 +- RxCocoa.podspec | 2 +- RxSwift.podspec | 2 +- RxTests.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RxBlocking.podspec b/RxBlocking.podspec index 48569059..77174233 100644 --- a/RxBlocking.podspec +++ b/RxBlocking.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxBlocking" - s.version = "2.5" + s.version = "2.5.0" s.summary = "RxSwift Blocking operatos" s.description = <<-DESC Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests diff --git a/RxCocoa.podspec b/RxCocoa.podspec index 13de0846..fddc7f97 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxCocoa" - s.version = "2.5" + s.version = "2.5.0" s.summary = "RxSwift Cocoa extensions" s.description = <<-DESC * UI extensions diff --git a/RxSwift.podspec b/RxSwift.podspec index e97028d1..87518091 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwift" - s.version = "2.5" + s.version = "2.5.0" s.summary = "RxSwift is a Swift implementation of Reactive Extensions" s.description = <<-DESC This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX) diff --git a/RxTests.podspec b/RxTests.podspec index dde2b9ae..05c1e68e 100644 --- a/RxTests.podspec +++ b/RxTests.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxTests" - s.version = "2.5" + s.version = "2.5.0" s.summary = "RxSwift Testing extensions" s.description = <<-DESC Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers