diff --git a/CHANGELOG.md b/CHANGELOG.md index 5482bc6..d0e7e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 12.0.5 +**What's New**: +- Fix build issue with Xcode 16.2 + ## 12.0.4 **What's New**: - Avoid warning when compiling with Xcode 16 diff --git a/README.md b/README.md index 833381f..bf8e913 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Run `carthage update` and drag `SDCAlertView.framework` in the `Build` folder in To install with Swift Package Manager, add this package to your project’s 'Swift Packages' section. Or add the following line to your `Package.swift`: ```swift - .package(url: "https://github.com/sberrevoets/SDCAlertView.git", from: "12.0.1") + .package(url: "https://github.com/sberrevoets/SDCAlertView.git", from: "12.0.5") ``` # Alerts vs. Action Sheets diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index 4658a8f..82a8a08 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SDCAlertView" - s.version = "12.0.4" + s.version = "12.0.5" s.summary = "The little alert that could" s.homepage = "https://github.com/sberrevoets/SDCAlertView" s.license = { :type => "MIT" }