From ae3cf7c647dd7f67f1946658285f5f0ce2476caf Mon Sep 17 00:00:00 2001 From: Charles Powell Date: Sat, 21 Oct 2023 17:13:06 -0700 Subject: [PATCH] Fix podspec version --- MarqueeLabel.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MarqueeLabel.podspec b/MarqueeLabel.podspec index 5309417..348554f 100644 --- a/MarqueeLabel.podspec +++ b/MarqueeLabel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MarqueeLabel" - s.version = "4.3.3" + s.version = "4.4.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' }