Skip to content

Commit aabff39

Browse files
committed
- v1.0.1
1 parent 1bfcb29 commit aabff39

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

AXStateButton.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AXStateButton"
3-
s.version = "1.0.0"
3+
s.version = "1.0.1"
44
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
55
s.summary = "A simple UIButton subclass that allows for extensive button state customization."
66
s.homepage = "https://github.com/alexhillc/AXStateButton"

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# 1.0.1
2+
- Adds a window check when setting button attributes, as to not incur more immediate work than necessary
3+
14
# 1.0.0
25
- Initial release; for summary of functionality, see README.md

0 commit comments

Comments
 (0)