Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zoonooz committed Nov 12, 2015
1 parent e04b405 commit e50380c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ZFRippleButton CHANGELOG

## 0.5

- fix type cannot not found when using with cocoapods (#17)
- fix missing some initializer

## 0.4

- add option to custom touch up animation time, thanks @ronaldmak (#14)
Expand Down
2 changes: 1 addition & 1 deletion ZFRippleButton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "ZFRippleButton"
s.version = "0.4"
s.version = "0.5"
s.summary = "Custom UIButton effect inspired by Google Material Design"
s.homepage = "https://github.com/zoonooz/ZFRippleButton"
s.license = 'MIT'
Expand Down

0 comments on commit e50380c

Please sign in to comment.