From 2a2953683a40d1445fe4eeed7351ac325db3b04e Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Thu, 26 Oct 2017 19:44:59 +0200 Subject: [PATCH] Update podspec --- SwiftDate.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftDate.podspec b/SwiftDate.podspec index 2e46f5d3..c364a238 100644 --- a/SwiftDate.podspec +++ b/SwiftDate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftDate" - s.version = "4.4.1" + s.version = "4.4.2" s.summary = "The best way to deal with Dates & Time Zones in Swift" s.homepage = "https://github.com/malcommac/SwiftDate" s.license = { :type => "MIT", :file => "LICENSE" }