From 7737828fb0d2d1ea3072dbcd859a33266ec118e2 Mon Sep 17 00:00:00 2001 From: Scott Berrevoets Date: Sat, 5 Dec 2015 01:45:19 -0800 Subject: [PATCH] Update to 3.1 --- CHANGELOG.md | 7 +++++++ SDCAlertView.podspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb95f76c..b7520f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +### 3.1 +**What's New:** +- Adds an option to give the alert a different background color + +**Bug Fixes:** +- Fixes a bug that would not apply appropriate padding to the labels + ### 3.0.4 **Bug Fixes:** - Fixes a crash on iOS 8 when adding text fields to the alert diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index e02afa6f..a734a005 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SDCAlertView" - s.version = "3.0.4" + s.version = "3.1" s.summary = "The little alert that could" s.homepage = "https://github.com/sberrevoets/SDCAlertView" s.license = { :type => "MIT" }