From 3806daac19a80a5cd796860732b51189dc57e068 Mon Sep 17 00:00:00 2001 From: Scott Berrevoets Date: Sun, 29 Mar 2015 15:30:35 -0700 Subject: [PATCH] Update to 2.4 --- SDCAlertView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index a50f23b4..c9b487f5 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDCAlertView' - s.version = '2.3.2' + s.version = '2.4' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'Scott Berrevoets' => 's.berrevoets@me.com' } s.summary = 'SDCAlertView is a UIAlertView clone with added functionality including a contentView property'