From 4d96f661cef6f6bfb2c2318a89161903ed4f3b20 Mon Sep 17 00:00:00 2001 From: Juan Wellington Moreno Date: Thu, 7 Apr 2016 00:44:17 -0700 Subject: [PATCH] Updating podspec --- SwiftExceptionCatcher.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftExceptionCatcher.podspec b/SwiftExceptionCatcher.podspec index d63053d..d9078e6 100644 --- a/SwiftExceptionCatcher.podspec +++ b/SwiftExceptionCatcher.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "SwiftExceptionCatcher" spec.module_name = 'SwiftExceptionCatcher' - spec.version = "1.0" + spec.version = "1.1" spec.summary = "Catch NSException with Swift" spec.homepage = "https://github.com/RedRoma/SwiftExceptionCatcher" spec.license = "Code is Licensed under Apache 2.0"