From 47fec512458509489409b9bd3100396aa5ae6af9 Mon Sep 17 00:00:00 2001 From: "lorenzo.gr90" Date: Fri, 7 Jul 2017 18:08:07 +0200 Subject: [PATCH] Prepare for release 1.0.2 --- LGButton.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LGButton.podspec b/LGButton.podspec index def3a17..980dabd 100644 --- a/LGButton.podspec +++ b/LGButton.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LGButton' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'A fully customisable subclass of the native UIControl which allows you to create beautiful buttons without writing any line of code.' s.homepage = 'https://cocoapods.org/pods/LGButton' s.license = { :type => 'MIT', :file => 'LICENSE.md' }