From e376776bd902d6d31eb9eb8c9e98e25cc6bcc8b5 Mon Sep 17 00:00:00 2001 From: Michael Ochs Date: Fri, 12 Sep 2014 16:08:55 +0200 Subject: [PATCH 1/2] chore(version): bump version to prepare for fix --- HRSCustomErrorHandling.podspec | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HRSCustomErrorHandling.podspec b/HRSCustomErrorHandling.podspec index c945e7e..a7ebe8a 100644 --- a/HRSCustomErrorHandling.podspec +++ b/HRSCustomErrorHandling.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "HRSCustomErrorHandling" - s.version = "0.1.1" + s.version = "0.1.2" s.summary = "HRSCustomErrorHandling provides an easy way to handle error presentation and creation on iOS." s.description = <<-DESC HRSCustomErrorHandling is a small Framework that provides a base implementation for error handling in iOS applications. It deals with the problem to streamline the presentation of errors in various parts of an application as well as provide APIs to implement error specific recovery options the user of the application can choose from. diff --git a/VERSION b/VERSION index 6da28dd..8294c18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.1.2 \ No newline at end of file From f91bf83e3b4d4aa3e7ecd0e84e7391ec7d2072de Mon Sep 17 00:00:00 2001 From: Michael Ochs Date: Fri, 12 Sep 2014 16:11:03 +0200 Subject: [PATCH 2/2] chore(pod): bump podfile.lock --- Example/Podfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 9fa0bb5..53d0b33 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - HRSCustomErrorHandling (0.1.0) + - HRSCustomErrorHandling (0.1.2) - OCMock (3.1.1) DEPENDENCIES: @@ -11,7 +11,7 @@ EXTERNAL SOURCES: :path: ../ SPEC CHECKSUMS: - HRSCustomErrorHandling: 2aa45883082caeec41661d3d8c92903b110bf78c + HRSCustomErrorHandling: bf4efac027c8f5126b24d4d1050bf1fbfc649df3 OCMock: f6cb8c162ab9d5620dddf411282c7b2c0ee78854 COCOAPODS: 0.33.1