From 767240fa711d2cc8a75d496d8e0e87b5eb0caa0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20He=C3=9F?= Date: Wed, 23 Mar 2016 09:27:06 +0100 Subject: [PATCH] Revert "bumped version number" This reverts commit a595d64d128fad7988ff8f1de6bbac95262eb64d. --- SSZipArchive.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSZipArchive.podspec b/SSZipArchive.podspec index a40ddbe..2ef721c 100644 --- a/SSZipArchive.podspec +++ b/SSZipArchive.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SSZipArchive' - s.version = '1.1.1' + s.version = '1.1' s.summary = 'Utility class for zipping and unzipping files on iOS, tvOS, and Mac.' s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, and Mac.' s.homepage = 'https://github.com/ZipArchive/ZipArchive'