We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133e043 commit 2a5832aCopy full SHA for 2a5832a
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Updates
2
3
+## [v0.5.1](https://github.com/younatics/YNExpandableCell/releases/tag/0.5.1)
4
+* Update Readme
5
+
6
## [v0.5.0](https://github.com/younatics/YNExpandableCell/releases/tag/0.5.0)
7
* Add didDeselectRowAt method in `YNDelegate` [#1](https://github.com/younatics/YNExpandableCell/issues/1)
8
* Change didSelectRowAt method to optional
YNExpandableCell.podspec
@@ -8,7 +8,7 @@
9
Pod::Spec.new do |s|
10
s.name = 'YNExpandableCell'
11
- s.version = '0.5.0'
+ s.version = '0.5.1'
12
s.summary = 'Easiest way to expand and collapse cell for iOS with Swift 3'
13
14
s.description = <<-DESC
0 commit comments