From 74218018df8914eb8888c7a2f59d4773674ca847 Mon Sep 17 00:00:00 2001 From: Charles Powell Date: Sun, 11 Jan 2015 14:18:52 -0700 Subject: [PATCH] Update podspec version. --- MarqueeLabel.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MarqueeLabel.podspec b/MarqueeLabel.podspec index 1d5fd1b0..716308cb 100644 --- a/MarqueeLabel.podspec +++ b/MarqueeLabel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MarqueeLabel" - s.version = "2.1.1" + s.version = "2.2.0" s.summary = "A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when needed." s.homepage = "https://github.com/cbpowell/MarqueeLabel" s.license = { :type => 'MIT', :file => 'LICENSE' }