From 88bf23c89414cc95c5de21453dc2de62ee46d37c Mon Sep 17 00:00:00 2001 From: Scott Berrevoets Date: Fri, 12 Jun 2020 23:02:07 -0700 Subject: [PATCH] Bump to 11.1.2 --- CHANGELOG.md | 4 ++++ SDCAlertView.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7d29e3..fe18c1b7 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 8db5a6bf..3bff9491 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" }