Skip to content

Commit 6835852

Browse files
committed
Updating to 0.3.7
1 parent b6d9a80 commit 6835852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An easy-to-use UITableViewCell subclass that implements a swipeable content view
77

88
##Usage
99
In your Podfile:
10-
<pre>pod 'SWTableViewCell', '~> 0.3.6'</pre>
10+
<pre>pod 'SWTableViewCell', '~> 0.3.7'</pre>
1111

1212
Or just clone this repo and manually add source to project
1313

SWTableViewCell.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SWTableViewCell'
3-
s.version = '0.3.6'
3+
s.version = '0.3.7'
44
s.author = { 'Chris Wendel' => '[email protected]' }
55
s.homepage = 'https://github.com/CEWendel/SWTableViewCell'
66
s.summary = 'UITableViewCell subclass that implements a swipeable content view which exposes utility buttons.'

0 commit comments

Comments
 (0)