Skip to content

Commit 2a5832a

Browse files
author
younatics@gmail.com
committed
update readme
1 parent 133e043 commit 2a5832a

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,5 +1,8 @@
11
# Updates
22

3+
## [v0.5.1](https://github.com/younatics/YNExpandableCell/releases/tag/0.5.1)
4+
* Update Readme
5+
36
## [v0.5.0](https://github.com/younatics/YNExpandableCell/releases/tag/0.5.0)
47
* Add didDeselectRowAt method in `YNDelegate` [#1](https://github.com/younatics/YNExpandableCell/issues/1)
58
* Change didSelectRowAt method to optional

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 = '0.5.0'
11+
s.version = '0.5.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)