From 873a0f91d0f8704037fbbfa6454e630927f28dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Morissard?= Date: Fri, 26 Sep 2014 08:05:19 +0200 Subject: [PATCH] 0.2.3 --- JMAnimatedImageView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JMAnimatedImageView.podspec b/JMAnimatedImageView.podspec index f83bc31..ee22eb6 100644 --- a/JMAnimatedImageView.podspec +++ b/JMAnimatedImageView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'JMAnimatedImageView' - s.version = '0.2.2' + s.version = '0.2.3' s.requires_arc = true s.author = { 'Morissard Jérome' => 'morissardj@gmail.com' @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/leverdeterre/JMAnimatedImageView' s.source = { :git => 'https://github.com/leverdeterre/JMAnimatedImageView.git', - :tag => "0.2.2" + :tag => "0.2.3" } s.source_files = 'JMAnimatedImageView/JMAnimatedImageView/JMAnimatedImageView/*' end