From a20f4e56afc8e3a9bfd1ef4e255c60de725f8e78 Mon Sep 17 00:00:00 2001 From: Jared Sinclair Date: Wed, 9 Apr 2014 20:52:31 -0400 Subject: [PATCH] Update podspec to 1.0.1. --- JTSImageViewController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JTSImageViewController.podspec b/JTSImageViewController.podspec index 0f7cd5b..5646ed8 100644 --- a/JTSImageViewController.podspec +++ b/JTSImageViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JTSImageViewController" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "An interactive iOS image viewer that does it all: double tap to zoom, flick to dismiss, et cetera." s.homepage = "https://github.com/jaredsinclair/JTSImageViewController" s.license = { :type => 'MIT', :file => 'LICENSE' }