From 2a0be578fe2079c4f857eb415d2b5b9e0ae7bda1 Mon Sep 17 00:00:00 2001 From: Tim Davies Date: Tue, 27 Jun 2017 16:45:03 +0100 Subject: [PATCH] Version bump for open access control --- TDBadgedCell.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TDBadgedCell.podspec b/TDBadgedCell.podspec index 0410605..ffb1744 100644 --- a/TDBadgedCell.podspec +++ b/TDBadgedCell.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TDBadgedCell' - s.version = '4.1.1' + s.version = '4.2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'UITableViewCell subclass that adds a "badgeString" property to table view cells.' s.description = <<-DESC