From 411b9b7cf8e5b74c96efc139133bc2abe5c4a58b Mon Sep 17 00:00:00 2001 From: Tim Davies Date: Sat, 4 Feb 2017 13:45:37 +0000 Subject: [PATCH] Podspec version bump --- TDBadgedCell.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TDBadgedCell.podspec b/TDBadgedCell.podspec index d8dd726..89bd61b 100644 --- a/TDBadgedCell.podspec +++ b/TDBadgedCell.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TDBadgedCell' - s.version = '4.0.2' + s.version = '4.0.3' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'UITableViewCell subclass that adds a "badgeString" property to table view cells.' s.description = <<-DESC