From 975ca58291ee3e31fdcf1d7ea7f7256ddec3641d Mon Sep 17 00:00:00 2001 From: Cezary Wojcik Date: Mon, 4 May 2015 07:08:59 -0700 Subject: [PATCH] 2.2.5 --- CWStatusBarNotification.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CWStatusBarNotification.podspec b/CWStatusBarNotification.podspec index b33e2c0..ee3ab72 100644 --- a/CWStatusBarNotification.podspec +++ b/CWStatusBarNotification.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CWStatusBarNotification" - s.version = "2.2.4" + s.version = "2.2.5" s.summary = "A library that creates status bar notifications." s.description = "CWStatusBarNotification is a library allows you to present a beautiful text-based notification in the status bar." s.homepage = "https://github.com/cezarywojcik/CWStatusBarNotification" diff --git a/README.md b/README.md index 9ac9c84..86d70e1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Works for iPhone and iPad. ### CocoaPods -`pod 'CWStatusBarNotification', '~> 2.2.4'` +`pod 'CWStatusBarNotification', '~> 2.2.5'` ### Manual