From d1a306bcdc3d69628671d86a772f5d1784c8350b Mon Sep 17 00:00:00 2001 From: Alexander Kirsch Date: Mon, 10 Dec 2018 14:22:46 +0100 Subject: [PATCH] Update Day.podspec --- Day.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Day.podspec b/Day.podspec index 830f02d..346b59c 100644 --- a/Day.podspec +++ b/Day.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Day" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "Mini lib to represent a Day" s.description = "This is the mini library to represent a Day value with serialization functionality" s.homepage = "https://github.com/numen31337/Day"