diff --git a/MWPhotoBrowser.podspec b/MWPhotoBrowser.podspec index a4f108fb4..2f4b5d776 100644 --- a/MWPhotoBrowser.podspec +++ b/MWPhotoBrowser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MWPhotoBrowser' - s.version = '1.3.2' + s.version = '1.4.0' 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.2' + :tag => '1.4.0' } s.platform = :ios, '5.1.1' s.source_files = 'MWPhotoBrowser/Classes/*.{h,m}'