From 1150f9d1db113f6adf6204862f328ea4a87e3c72 Mon Sep 17 00:00:00 2001 From: Lorenzo Greco Date: Sat, 23 Sep 2017 10:59:50 -0400 Subject: [PATCH] Prepare for release 1.0.3 --- LGButton.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LGButton.podspec b/LGButton.podspec index 980dabd..13db1f5 100644 --- a/LGButton.podspec +++ b/LGButton.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LGButton' - s.version = '1.0.2' + s.version = '1.0.3' 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' }