Skip to content

Commit

Permalink
Update to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Sep 24, 2018
1 parent dc3ca3c commit 891e910
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 9.0
This release brings Swift 4.2 compatibility.

### 8.1.1
**Bug Fixes:**
- Fixes incorrect spacing when an action sheet doesn't have a label
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Requirements

- Swift 4.1
- Swift 4.2
- iOS 9 or higher

# Installation
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 = "8.1.1"
s.version = "9.0"
s.summary = "The little alert that could"
s.homepage = "https://github.com/sberrevoets/SDCAlertView"
s.license = { :type => "MIT" }
Expand Down

0 comments on commit 891e910

Please sign in to comment.