Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
younatics committed Apr 8, 2017
1 parent 133ab99 commit 35e2d58
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,4 +1,7 @@
# Updates
## [v1.0.1](https://github.com/younatics/YNExpandableCell/releases/tag/1.0.1)
* Bug fixed

## [v1.0.0](https://github.com/younatics/YNExpandableCell/releases/tag/1.0.0)
* Add `func tableView(_ tableView: YNTableView, expandCellWithHeightAt indexPath: IndexPath) -> YNTableViewCell?` method

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 = '1.0.0'
s.version = '1.0.1'
s.summary = 'Easiest way to expand and collapse cell for iOS with Swift 3'

s.description = <<-DESC
Expand Down

0 comments on commit 35e2d58

Please sign in to comment.