From e2dbf934198935663ca273c17376c60e97254e92 Mon Sep 17 00:00:00 2001 From: Lorenzo Greco Date: Tue, 29 Jan 2019 11:13:33 +0100 Subject: [PATCH] Version bump --- LGButton.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LGButton.podspec b/LGButton.podspec index ee4ad2d..f2dea2f 100644 --- a/LGButton.podspec +++ b/LGButton.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LGButton' - s.version = '1.1.2' + s.version = '1.1.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' }