From 7d3df5390422cfe465da17a08e72f05c3db58733 Mon Sep 17 00:00:00 2001 From: Lorenzo Greco Date: Fri, 22 Mar 2019 10:19:37 +0100 Subject: [PATCH] Version bump --- LGButton.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LGButton.podspec b/LGButton.podspec index 152be52..fb72c4a 100644 --- a/LGButton.podspec +++ b/LGButton.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LGButton' - s.version = '1.1.5' + s.version = '1.1.6' 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' }