Skip to content

Commit

Permalink
Bump to 12.0.1
Browse files Browse the repository at this point in the history
Use proper semantic versioning rules.
  • Loading branch information
sberrevoets committed Jan 19, 2021
1 parent 4546d8e commit 6fd9253
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDCAlertView.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit 6fd9253

Please sign in to comment.