From eaf802363d7fca7ce0a96edc1e547dbff32f01b5 Mon Sep 17 00:00:00 2001 From: YutoMizutani Date: Tue, 23 Oct 2018 14:55:52 +0900 Subject: [PATCH] :gem: 2.1.1 --- JSONtoCodable.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONtoCodable.podspec b/JSONtoCodable.podspec index eccdb0f..998a133 100644 --- a/JSONtoCodable.podspec +++ b/JSONtoCodable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JSONtoCodable" - s.version = "2.1.0" + s.version = "2.1.1" s.summary = "A generating tool from Raw JSON to Codable" s.description = <<-DESC