From 4a22476020e2439cb5f9591ec1dd2fe45f84ac53 Mon Sep 17 00:00:00 2001 From: Jathu Satkunarajah Date: Mon, 24 Oct 2016 14:02:46 -0400 Subject: [PATCH] Update podspec version --- UIImageColors.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIImageColors.podspec b/UIImageColors.podspec index c360b7e..f64f4bb 100644 --- a/UIImageColors.podspec +++ b/UIImageColors.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "UIImageColors" - spec.version = "1.2.0" + spec.version = "1.2.1" spec.license = "MIT" spec.summary = "iTunes style color fetcher for UIImage." spec.homepage = "https://github.com/jathu/UIImageColors"