From 3b6d1cd56152c070ad2ce4af722041a38ee7aded Mon Sep 17 00:00:00 2001 From: Martin Conte Mac Donell Date: Wed, 21 Jun 2017 00:07:33 -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 063139e..378bc8a 100644 --- a/LambdaKit.podspec +++ b/LambdaKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LambdaKit' - s.version = '0.1.0' + s.version = '0.1.1' s.license = 'MIT' s.summary = 'Closures on most used UIKit methods' s.homepage = 'https://github.com/Reflejo/LambdaKit'