From 79b1396e0299cddc6795eb0f2b9d4584daa607e3 Mon Sep 17 00:00:00 2001 From: Scott Berrevoets Date: Wed, 10 Dec 2014 17:06:29 -0800 Subject: [PATCH] Update version to 2.1 --- SDCAlertView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index bea78834..bc3b41fe 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDCAlertView' - s.version = '2.0.1' + s.version = '2.1' 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' @@ -16,4 +16,4 @@ Pod::Spec.new do |s| # Pod Dependencies s.dependency 'SDCAutoLayout', '~> 2.0' s.dependency 'RBBAnimation', '~> 0.3' -end \ No newline at end of file +end