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"