Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Oct 11, 2015
1 parent 1096a6f commit 2ea76e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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.1
**Bug Fixes:**
- Fixes an issue that would sometimes use the wrong scroll direction for actions
- Fixes the pod spec so it refers to the correct tag, not a branch
- Removes some unused (overridden) methods in the Objective-C bridging header

## 3.0

**What's New:**
Expand Down
4 changes: 2 additions & 2 deletions SDCAlertView.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "SDCAlertView"
s.version = "3.0"
s.version = "3.0.1"
s.summary = "The little alert that could"
s.homepage = "https://github.com/sberrevoets/SDCAlertView"
s.license = { :type => "MIT" }
s.authors = { "Scott Berrevoets" => "[email protected]" }
s.source = { :git => "https://github.com/sberrevoets/SDCAlertView.git", :tag => s.version }
s.source = { :git => "https://github.com/sberrevoets/SDCAlertView.git", :tag => "v#{s.version}" }
s.social_media_url = "https://twitter.com/ScottBerrevoets"

s.source_files = "Source/**/*.{swift,xib}", "Source/Supporting Files/UIView+SDCAutoLayout.{h,m}"
Expand Down

0 comments on commit 2ea76e2

Please sign in to comment.