From c3c6ca38f134d04c7b7324336b79e72c1c270faf Mon Sep 17 00:00:00 2001 From: cwrichardkim Date: Fri, 1 Apr 2016 13:46:11 -0400 Subject: [PATCH] release 2.0.4 --- README.md | 1 + RKNotificationHub.podspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a13003..9fb2d1d 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ __Combine Actions!__ * 2.0.0 changed count to `NSUInteger` (removed support for negative counts), made local constants `static const` * 2.0.1 iOS 6 compatability * 2.0.2 changed count back to 'int' for better swift compatability +* 2.0.4 fixed cocoapod update issue ### Areas for Improvements / involvement * A mechanism for adding a custom animation diff --git a/RKNotificationHub.podspec b/RKNotificationHub.podspec index 93fb073..f38a76e 100644 --- a/RKNotificationHub.podspec +++ b/RKNotificationHub.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| # s.name = "RKNotificationHub" -s.version = "2.0.2" +s.version = "2.0.4" s.summary = "iOS: Make any UIView a full fledged notification center" s.description = "A simple one line solution to turning adding a notification bubble to any UIView. Easily increment, decrement, an animate the notification, -Notification, -Notification Center, -objectivec, -ios, -iphone, -xcode"