From 85dacacb23bc54baad6164c99345dcf52bc3ecbe Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Mon, 21 Jan 2013 09:24:43 +0100 Subject: [PATCH] Bump version to 3.1 --- SDWebImage.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index ca186e78..91988533 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '3.0' + s.version = '3.1' s.platform = :ios, '5.0' s.license = 'MIT' s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.' s.homepage = 'https://github.com/rs/SDWebImage' s.author = { 'Olivier Poitrey' => 'rs@dailymotion.com' } - s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '3.0' } + s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '3.1' } s.description = 'This library provides a category for UIImageVIew with support for remote ' \ 'images coming from the web. It provides an UIImageView category adding web ' \