From 41cc14641b32e193114a37cfb8308e4bc0f8cd4f Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Sun, 2 Jul 2017 15:12:49 -0400 Subject: [PATCH] Release 1.0.2 --- NSTimeZone-Coordinate.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NSTimeZone-Coordinate.podspec b/NSTimeZone-Coordinate.podspec index 0932bdb..9f9d963 100644 --- a/NSTimeZone-Coordinate.podspec +++ b/NSTimeZone-Coordinate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'NSTimeZone-Coordinate' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'NSTimeZone category that adds coordinates.' s.homepage = 'https://github.com/friedbunny/NSTimeZone-Coordinate'