diff --git a/CHANGELOG.md b/CHANGELOG.md index f51b2e2e..f1d16c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +### 11.0 +**What's New:** +- Dark Mode support on iOS 13. + ### 10.0 This release brings Swift 5.0 compatibility. diff --git a/README.md b/README.md index f6604543..9e8888fc 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,6 @@ alert.present() If you are looking for more customizations, create a subclass of `AlertVisualStyle` and use `visualStyle` on the `AlertController` instance. You can also create an instance of `AlertVisualStyle` and overwrite the attributes you need (this is mainly intended to be used from Objective-C). Note that after an alert has been presented, changing any of these settings is ignored. -# Support -I'm pretty active on [Stack Overflow](http://stackoverflow.com/users/751268/scott-berrevoets), so please use that if you have any questions. If you are experiencing bugs, feel free to post an issue or submit a pull request. - # License SDCAlertView is distributed under the MIT license. diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index 01a55504..56394d1e 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SDCAlertView" - s.version = "10.0" + s.version = "11.0" s.summary = "The little alert that could" s.homepage = "https://github.com/sberrevoets/SDCAlertView" s.license = { :type => "MIT" }