diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7d29e..fe18c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +### 11.1.2 +**Bug Fixes:** +- Fix incorrect padding for content views in action sheets + ### 11.1.1 **What's New:** - Refactored the action sheet UI to code, eliminating the hard-to-understand XIB diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index 8db5a6b..3bff949 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SDCAlertView" - s.version = "11.1.1" + s.version = "11.1.2" s.summary = "The little alert that could" s.homepage = "https://github.com/sberrevoets/SDCAlertView" s.license = { :type => "MIT" }