From 54bd4105d5615671e2811131aab1962f582f32be Mon Sep 17 00:00:00 2001 From: Vadym Markov Date: Sun, 28 May 2017 16:10:37 +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 122d01f..1d86634 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.1" + s.version = "2.3.0" s.homepage = "https://github.com/vadymmarkov/When" s.license = 'MIT' s.author = { "Vadym Markov" => "markov.vadym@hyper.no" }