From 8b046fc30b71871065580180641f9d71b2abac72 Mon Sep 17 00:00:00 2001 From: Douglas Bumby Date: Mon, 6 Apr 2015 15:55:52 -0400 Subject: [PATCH] Version changed --- Example/Resources/SSZipArchive-Info.plist | 4 ++-- SSZipArchive.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Resources/SSZipArchive-Info.plist b/Example/Resources/SSZipArchive-Info.plist index 7eeeaf5..7dad6f2 100644 --- a/Example/Resources/SSZipArchive-Info.plist +++ b/Example/Resources/SSZipArchive-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 0.3.3 CFBundleSignature ???? CFBundleVersion - 1.0 + 0.3.3 LSRequiresIPhoneOS UIRequiredDeviceCapabilities diff --git a/SSZipArchive.podspec b/SSZipArchive.podspec index 692635e..b629af5 100644 --- a/SSZipArchive.podspec +++ b/SSZipArchive.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SSZipArchive' - s.version = '0.3.2' + s.version = '0.3.3' s.summary = 'Utility class for zipping and unzipping files on iOS and Mac.' s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.' s.homepage = 'https://github.com/soffes/ssziparchive'