Skip to content

Commit 35e2d58

Browse files
committed
bug fixed
1 parent 133ab99 commit 35e2d58

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Updates
2+
## [v1.0.1](https://github.com/younatics/YNExpandableCell/releases/tag/1.0.1)
3+
* Bug fixed
4+
25
## [v1.0.0](https://github.com/younatics/YNExpandableCell/releases/tag/1.0.0)
36
* Add `func tableView(_ tableView: YNTableView, expandCellWithHeightAt indexPath: IndexPath) -> YNTableViewCell?` method
47

YNExpandableCell.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'YNExpandableCell'
11-
s.version = '1.0.0'
11+
s.version = '1.0.1'
1212
s.summary = 'Easiest way to expand and collapse cell for iOS with Swift 3'
1313

1414
s.description = <<-DESC

0 commit comments

Comments
 (0)