We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfcb29 commit aabff39Copy full SHA for aabff39
2 files changed
AXStateButton.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "AXStateButton"
3
- s.version = "1.0.0"
+ s.version = "1.0.1"
4
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
5
s.summary = "A simple UIButton subclass that allows for extensive button state customization."
6
s.homepage = "https://github.com/alexhillc/AXStateButton"
CHANGELOG.md
@@ -1,2 +1,5 @@
+# 1.0.1
+- Adds a window check when setting button attributes, as to not incur more immediate work than necessary
+
# 1.0.0
- Initial release; for summary of functionality, see README.md
0 commit comments