Skip to content

Commit

Permalink
Update to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Jul 31, 2016
1 parent 6a52f60 commit ad2501c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

### 5.1.1
**Bug Fixes:**
- Gives action buttons the button trait for Voice Over

## 5.1
**Bug Fixes:**
- Fixes the inability to override visual style properties in a subclass of `DefaultVisualStyle`. The `VisualStyle` protocol has been removed and the conforming class been renamed to `AlertVisualStyle`. The old class name is still available, but marked as deprecated and will be removed in the future.
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 = "5.1"
s.version = "5.1.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 ad2501c

Please sign in to comment.