Skip to content

Commit

Permalink
Updating to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
CEWendel committed Dec 19, 2014
1 parent b6d9a80 commit 6835852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An easy-to-use UITableViewCell subclass that implements a swipeable content view

##Usage
In your Podfile:
<pre>pod 'SWTableViewCell', '~> 0.3.6'</pre>
<pre>pod 'SWTableViewCell', '~> 0.3.7'</pre>

Or just clone this repo and manually add source to project

Expand Down
2 changes: 1 addition & 1 deletion SWTableViewCell.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SWTableViewCell'
s.version = '0.3.6'
s.version = '0.3.7'
s.author = { 'Chris Wendel' => 'chriwend@umich.edu' }
s.homepage = 'https://github.com/CEWendel/SWTableViewCell'
s.summary = 'UITableViewCell subclass that implements a swipeable content view which exposes utility buttons.'
Expand Down

0 comments on commit 6835852

Please sign in to comment.