Skip to content

Commit

Permalink
Update to 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Mar 25, 2017
1 parent b4499cd commit 49a7676
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# CHANGELOG

### 7.1.2
**Bug Fixes**:
- Fixes a bug that could incorrectly set cancel button attributes on action
sheets

### 7.1.1
**Bug fixes**:
**Bug Fixes**:
- Fixes a retain cycle when adding text fields to the alert
- Properly makes the first text field the first responder when presenting an
alert with text fields
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 = "7.1.1"
s.version = "7.1.2"
s.summary = "The little alert that could"
s.homepage = "https://github.com/sberrevoets/SDCAlertView"
s.license = { :type => "MIT" }
Expand Down

0 comments on commit 49a7676

Please sign in to comment.