From ddcf6aaebc84e825be8979f87ea4324cd91235a2 Mon Sep 17 00:00:00 2001 From: Christopher Wendel Date: Tue, 16 Sep 2014 11:52:34 -0400 Subject: [PATCH] Updating podspec version to 0.3.4 --- SWTableViewCell.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWTableViewCell.podspec b/SWTableViewCell.podspec index 37816bca..6e0ee1f0 100644 --- a/SWTableViewCell.podspec +++ b/SWTableViewCell.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SWTableViewCell' - s.version = '0.3.3' + s.version = '0.3.4' 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.'