From d901540af686fd96c7690bf9a92dba24ebe6cc3c Mon Sep 17 00:00:00 2001 From: Lorenzo Greco Date: Tue, 25 Dec 2018 17:41:25 +0100 Subject: [PATCH] Version bump --- LGButton.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LGButton.podspec b/LGButton.podspec index c4885f3..e78ca6b 100644 --- a/LGButton.podspec +++ b/LGButton.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LGButton' - s.version = '1.1' + s.version = '1.1.1' 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' }