From ddfd1e013d66cb76d383c9cbcec615d94b876b8f Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Mon, 27 Mar 2017 13:46:46 -0400 Subject: [PATCH] Release 1.0.1 --- NSTimeZone-Coordinate.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NSTimeZone-Coordinate.podspec b/NSTimeZone-Coordinate.podspec index f1cd009..0932bdb 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.0' + s.version = '1.0.1' s.summary = 'NSTimeZone category that adds coordinates.' s.homepage = 'https://github.com/friedbunny/NSTimeZone-Coordinate'