From 744f8e11f61c09c06304e7890c4ec73a8efbac45 Mon Sep 17 00:00:00 2001 From: Kostas Kremizas Date: Wed, 11 Oct 2017 01:34:27 +0300 Subject: [PATCH] Bump podspec version to 0.8.1 and update podspec summary. --- ErrorHandler.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ErrorHandler.podspec b/ErrorHandler.podspec index c2738a6..f1508ff 100644 --- a/ErrorHandler.podspec +++ b/ErrorHandler.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ErrorHandler" - s.version = "0.8.0" - s.summary = "Error handling library for Swift" + s.version = "0.8.1" + s.summary = "Elegant and flexible error handling for Swift" s.description = <<-DESC > Elegant and flexible error handling for Swift