Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 21, 2017
1 parent 133e043 commit 2a5832a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Updates

## [v0.5.1](https://github.com/younatics/YNExpandableCell/releases/tag/0.5.1)
* Update Readme

## [v0.5.0](https://github.com/younatics/YNExpandableCell/releases/tag/0.5.0)
* Add didDeselectRowAt method in `YNDelegate` [#1](https://github.com/younatics/YNExpandableCell/issues/1)
* Change didSelectRowAt method to optional
Expand Down
2 changes: 1 addition & 1 deletion YNExpandableCell.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'YNExpandableCell'
s.version = '0.5.0'
s.version = '0.5.1'
s.summary = 'Easiest way to expand and collapse cell for iOS with Swift 3'

s.description = <<-DESC
Expand Down

0 comments on commit 2a5832a

Please sign in to comment.