From 32c07242b9a856cdf99d6ee08230b9daf61b0fc5 Mon Sep 17 00:00:00 2001 From: Martin Conte Mac Donell Date: Fri, 11 Aug 2017 23:36:06 -0700 Subject: [PATCH] Bump podspec version --- LambdaKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LambdaKit.podspec b/LambdaKit.podspec index be23fd1..65fb49d 100644 --- a/LambdaKit.podspec +++ b/LambdaKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LambdaKit' - s.version = '0.2.1' + s.version = '0.2.2' s.license = 'MIT' s.summary = 'Closures on most used UIKit methods' s.homepage = 'https://github.com/Reflejo/LambdaKit'