From 7f8b3608622e13cb429623edbc73ed28cdb623f2 Mon Sep 17 00:00:00 2001 From: Esteban Torres Date: Wed, 27 Apr 2016 10:59:32 -0600 Subject: [PATCH] Bumped podspec --- RxViewModel.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxViewModel.podspec b/RxViewModel.podspec index 78acdfe..ed9a0dc 100644 --- a/RxViewModel.podspec +++ b/RxViewModel.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RxViewModel" - s.version = "3.0.1" + s.version = "3.1.0" s.summary = "`RxViewModel` is the marriage between `MVVM` and `Rx` extensions. A blatant «imitation» of `ReactiveViewModel` using `RxCocoa`." s.description = <<-DESC `RxViewModel` is the marriage between `MVVM` and `Rx` extensions