diff --git a/CHANGELOG.md b/CHANGELOG.md index 58673df..5dd8de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 12.0.1 +**What's New**: +- Proper use of semantic versioning + ## 12.0 **What's New**: - Support for Swift Package Manager diff --git a/README.md b/README.md index ca79974..833381f 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") + .package(url: "https://github.com/sberrevoets/SDCAlertView.git", from: "12.0.1") ``` # Alerts vs. Action Sheets diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index 68f5be9..694e4e1 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SDCAlertView" - s.version = "12.0" + s.version = "12.0.1" s.summary = "The little alert that could" s.homepage = "https://github.com/sberrevoets/SDCAlertView" s.license = { :type => "MIT" }