Skip to content

Commit

Permalink
Update to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Oct 20, 2015
1 parent 7a3439d commit bbda55e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

### 3.0.2
**Bug Fixes:**
- Fixes a major issue that would simply not display an alert
- The example project now formally depends on the SDCAlertView target
- Added a missing docstring

### 3.0.1
**Bug Fixes:**
- Fixes an issue that would sometimes use the wrong scroll direction for actions
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 = "3.0.1"
s.version = "3.0.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 bbda55e

Please sign in to comment.