From b128d187bf03a4e45be402532797b0ce222f1c63 Mon Sep 17 00:00:00 2001 From: Michael Waterfall Date: Thu, 13 Mar 2014 17:26:53 +0000 Subject: [PATCH] Bump to 1.3.2 --- MWPhotoBrowser.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MWPhotoBrowser.podspec b/MWPhotoBrowser.podspec index d4072ef6d..a4f108fb4 100644 --- a/MWPhotoBrowser.podspec +++ b/MWPhotoBrowser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MWPhotoBrowser' - s.version = '1.3.0' + s.version = '1.3.2' s.license = 'MIT' s.summary = 'A simple iOS photo browser with optional grid ' \ 'view, captions and selections.' @@ -29,7 +29,7 @@ Pod::Spec.new do |s| s.author = { 'Michael Waterfall' => 'michaelwaterfall@gmail.com' } s.source = { :git => 'https://github.com/mwaterfall/MWPhotoBrowser.git', - :tag => '1.3.0' + :tag => '1.3.2' } s.platform = :ios, '5.1.1' s.source_files = 'MWPhotoBrowser/Classes/*.{h,m}'