Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ochs committed Sep 12, 2014
2 parents b7ac8df + f91bf83 commit e0325f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- HRSCustomErrorHandling (0.1.0)
- HRSCustomErrorHandling (0.1.2)
- OCMock (3.1.1)

DEPENDENCIES:
Expand All @@ -11,7 +11,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
HRSCustomErrorHandling: 2aa45883082caeec41661d3d8c92903b110bf78c
HRSCustomErrorHandling: bf4efac027c8f5126b24d4d1050bf1fbfc649df3
OCMock: f6cb8c162ab9d5620dddf411282c7b2c0ee78854

COCOAPODS: 0.33.1
2 changes: 1 addition & 1 deletion HRSCustomErrorHandling.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2

0 comments on commit e0325f8

Please sign in to comment.