From 68358525a28c9e26691c52446dd3c12ff905b249 Mon Sep 17 00:00:00 2001 From: Christopher Wendel Date: Fri, 19 Dec 2014 17:36:00 -0500 Subject: [PATCH] Updating to 0.3.7 --- README.md | 2 +- SWTableViewCell.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30641e7..acccd4a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An easy-to-use UITableViewCell subclass that implements a swipeable content view ##Usage In your Podfile: -
pod 'SWTableViewCell', '~> 0.3.6'
+
pod 'SWTableViewCell', '~> 0.3.7'
Or just clone this repo and manually add source to project diff --git a/SWTableViewCell.podspec b/SWTableViewCell.podspec index 7da0234..a2291dc 100644 --- a/SWTableViewCell.podspec +++ b/SWTableViewCell.podspec @@ -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.'