From bfbfa03562ea38f094bbd7094d18e763a06fca01 Mon Sep 17 00:00:00 2001 From: Eduardo Callado Date: Wed, 24 May 2017 21:04:29 -0300 Subject: [PATCH] Bump version --- IDMPhotoBrowser.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IDMPhotoBrowser.podspec b/IDMPhotoBrowser.podspec index 19234c3f..764a3592 100644 --- a/IDMPhotoBrowser.podspec +++ b/IDMPhotoBrowser.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "IDMPhotoBrowser" s.summary = "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more." - s.version = "1.11.1" + s.version = "1.11.2" s.homepage = "https://github.com/ideaismobile/IDMPhotoBrowser" s.license = { :type => 'MIT', :file => 'LICENSE.txt' } s.author = { "Eduardo Callado" => "eduardo_tasker@hotmail.com" } - s.source = { :git => "https://github.com/ideaismobile/IDMPhotoBrowser.git", :tag => "1.11.1" } + s.source = { :git => "https://github.com/ideaismobile/IDMPhotoBrowser.git", :tag => "1.11.2" } s.platform = :ios, '8.0' s.source_files = 'Classes/*.{h,m}' s.resources = 'Classes/IDMPhotoBrowser.bundle', 'Classes/IDMPBLocalizations.bundle'