From c78aced2b3fb42fad3c89aa06ab809efc06d0256 Mon Sep 17 00:00:00 2001 From: Vadym Markov Date: Fri, 19 May 2017 09:40:16 +0200 Subject: [PATCH] Update When.podspec --- When.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/When.podspec b/When.podspec index 848c359..122d01f 100644 --- a/When.podspec +++ b/When.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "When" s.summary = "A lightweight implementation of Promises in Swift" - s.version = "2.2.0" + s.version = "2.2.1" s.homepage = "https://github.com/vadymmarkov/When" s.license = 'MIT' s.author = { "Vadym Markov" => "markov.vadym@hyper.no" }