From 2fd9cc1d55b9b49854013181dca8ded3b89e3495 Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Sun, 15 May 2016 11:36:39 -0400 Subject: [PATCH] [Release] Version bump. --- RxNimble.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxNimble.podspec b/RxNimble.podspec index aaf3995..ce3acbf 100644 --- a/RxNimble.podspec +++ b/RxNimble.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxNimble" - s.version = "0.1.0" + s.version = "0.2.0" s.summary = "Nimble extensions that making unit testing with RxSwift easier 🎉" s.description = <<-DESC This library includes functions that make testing RxSwift projects easier with Nimble.