From b4ad4633dd2285d237655c7e242aca829a40c0e7 Mon Sep 17 00:00:00 2001 From: Michael Waterfall <michael@d3i.com> Date: Fri, 19 Sep 2014 18:09:14 +0100 Subject: [PATCH] Updated podspec and bumped to 1.4.1 Closes #303 --- MWPhotoBrowser.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MWPhotoBrowser.podspec b/MWPhotoBrowser.podspec index c100a2653..0c0272a53 100644 --- a/MWPhotoBrowser.podspec +++ b/MWPhotoBrowser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MWPhotoBrowser' - s.version = '1.4.0' + s.version = '1.4.1' 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.4.0' + :tag => '1.4.1' } s.platform = :ios, '5.1.1' s.source_files = 'MWPhotoBrowser/Classes/*.{h,m}'