From 00136b9d3ce5fd86087323cb1e83bd41b6fe4315 Mon Sep 17 00:00:00 2001 From: Cezary Wojcik Date: Wed, 15 Apr 2015 12:07:04 -0700 Subject: [PATCH] 2.2.3 --- CWStatusBarNotification.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CWStatusBarNotification.podspec b/CWStatusBarNotification.podspec index b07349d..2620315 100644 --- a/CWStatusBarNotification.podspec +++ b/CWStatusBarNotification.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CWStatusBarNotification" - s.version = "2.2.2" + s.version = "2.2.3" 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 a76360d..be68611 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Works for iPhone and iPad. ### CocoaPods -`pod 'CWStatusBarNotification', '~> 2.2.2'` +`pod 'CWStatusBarNotification', '~> 2.2.3'` ### Manual