diff --git a/CHANGELOG.md b/CHANGELOG.md index b71f4e6e..cb95f76c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +### 3.0.4 +**Bug Fixes:** +- Fixes a crash on iOS 8 when adding text fields to the alert + ### 3.0.3 **Bug Fixes:** - Resolves an issue that would never use the white status bar color if it was specified diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index d36ebb84..e02afa6f 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SDCAlertView" - s.version = "3.0.3" + s.version = "3.0.4" s.summary = "The little alert that could" s.homepage = "https://github.com/sberrevoets/SDCAlertView" s.license = { :type => "MIT" }