From 8a541f6f310ea7421b33a91be8906abe2a4233ef Mon Sep 17 00:00:00 2001 From: Vincent Pizzo Date: Mon, 9 Dec 2013 15:58:32 -0600 Subject: [PATCH] bleh --- SDWebImage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 3786ff6..dee27bb 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '3.5.1' + s.version = '3.5' s.platform = :ios, '5.0' s.license = 'MIT' s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.'