diff --git a/CRToast.podspec b/CRToast.podspec index 36ad5b80..b262b2b6 100644 --- a/CRToast.podspec +++ b/CRToast.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CRToast' - s.version = '0.0.9' + s.version = '0.0.10' s.license = 'MIT' s.summary = 'A modern iOS toast view that can fit your notification needs' s.homepage = 'https://github.com/cruffenach/CRToast' diff --git a/CRToast/CRToastConfig.m b/CRToast/CRToastConfig.m index 04e72ef8..9d943b84 100644 --- a/CRToast/CRToastConfig.m +++ b/CRToast/CRToastConfig.m @@ -77,7 +77,7 @@ BOOL CRToastInteractionResponderIsSwipe(CRToastInteractionType interactionType) return CRToastInteractionTypeSwipe & interactionType; } -BOOL CRToastInteractionResponderIsTap(interactionType) { +BOOL CRToastInteractionResponderIsTap(CRToastInteractionType interactionType) { return CRToastInteractionTypeTap & interactionType; }