From 97243647b466aadcb706abf682eeb8719e949f2c Mon Sep 17 00:00:00 2001 From: Scott Berrevoets Date: Sun, 1 Nov 2015 20:46:36 -0800 Subject: [PATCH] Update to 3.0.3 --- CHANGELOG.md | 4 ++++ SDCAlertView.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59347389..b71f4e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +### 3.0.3 +**Bug Fixes:** +- Resolves an issue that would never use the white status bar color if it was specified + ### 3.0.2 **Bug Fixes:** - Fixes a major issue that would simply not display an alert diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index a99dc946..d36ebb84 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SDCAlertView" - s.version = "3.0.2" + s.version = "3.0.3" s.summary = "The little alert that could" s.homepage = "https://github.com/sberrevoets/SDCAlertView" s.license = { :type => "MIT" }