From 22a1e0e23606aacb9eb839a1d06fa573dd98bdfb Mon Sep 17 00:00:00 2001 From: Adonis Date: Sun, 10 Jul 2016 13:30:30 -0400 Subject: [PATCH] Bump pod version to 2.1.0 --- RMessage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RMessage.podspec b/RMessage.podspec index cabe299..c3f65bb 100644 --- a/RMessage.podspec +++ b/RMessage.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "RMessage" - s.version = "2.0.0" + s.version = "2.1.0" s.summary = "Easy to use and customizable messages/notifications for iOS" s.description = <<-DESC This framework provides an easy to use class to show little notification views on the top of the screen.