From df470dfe0b3fa14c64df39a0b6ee21a260fd16fd Mon Sep 17 00:00:00 2001 From: Tim Davies Date: Sat, 4 Feb 2017 13:07:35 +0000 Subject: [PATCH] Added comments --- TDBadgedCell.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TDBadgedCell.podspec b/TDBadgedCell.podspec index 23bc267..893be39 100644 --- a/TDBadgedCell.podspec +++ b/TDBadgedCell.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TDBadgedCell' - s.version = '4.0' + s.version = '4.0.1' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'UITableViewCell subclass that adds a "badgeString" property to table view cells.' s.description = <<-DESC