Skip to content

Commit

Permalink
- v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhillc committed Oct 18, 2017
1 parent f0f5eaf commit ee81e32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AXStateButton.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AXStateButton"
s.version = "1.1.3"
s.version = "1.1.4"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.summary = "A simple UIButton subclass that allows for extensive button state customization."
s.homepage = "https://github.com/alexhillc/AXStateButton"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.4
- **[FIX]** Xcode 9 strict prototype warning

# 1.1.3
- Support for iOS 8

Expand Down

0 comments on commit ee81e32

Please sign in to comment.