From bbda55ee5437250a06a0c796619fae45de3c8a2f Mon Sep 17 00:00:00 2001 From: Scott Berrevoets Date: Mon, 19 Oct 2015 21:48:11 -0700 Subject: [PATCH] Update to 3.0.2 --- CHANGELOG.md | 6 ++++++ SDCAlertView.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2366254e..59347389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +### 3.0.2 +**Bug Fixes:** +- Fixes a major issue that would simply not display an alert +- The example project now formally depends on the SDCAlertView target +- Added a missing docstring + ### 3.0.1 **Bug Fixes:** - Fixes an issue that would sometimes use the wrong scroll direction for actions diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index fa6585c1..a99dc946 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SDCAlertView" - s.version = "3.0.1" + s.version = "3.0.2" s.summary = "The little alert that could" s.homepage = "https://github.com/sberrevoets/SDCAlertView" s.license = { :type => "MIT" }