Skip to content

Commit

Permalink
release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cwRichardKim committed Apr 1, 2016
1 parent 6df7f87 commit c3c6ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RKNotificationHub.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c3c6ca3

Please sign in to comment.