From 65f22e953bf4275c5a9b7465bf26f4e0d1fa5fc3 Mon Sep 17 00:00:00 2001 From: Nate Walczak Date: Thu, 19 Feb 2015 20:05:22 -0500 Subject: [PATCH] increment pod version number --- DLRUIKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DLRUIKit.podspec b/DLRUIKit.podspec index a9aa8a6..6d3b83e 100644 --- a/DLRUIKit.podspec +++ b/DLRUIKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "DLRUIKit" - s.version = "1.2.0" + s.version = "1.2.1" s.summary = "A collection of UIKit categories." s.homepage = "https://github.com/detroit-labs/dlr-uikit-ios" s.license = 'MIT'