From 09e6e7a3d2bd96538d6cb12fd854386539be7e71 Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Sat, 9 Jul 2016 03:58:17 +0200 Subject: [PATCH] bump podspec to v0.4.4 --- Decodable.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Decodable.podspec b/Decodable.podspec index 3b1f39c..41244e3 100644 --- a/Decodable.podspec +++ b/Decodable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Decodable" - s.version = "0.4.3" + s.version = "0.4.4" s.summary = "Swift 2 JSON parsing done (more) right" s.description = "Simple yet powerful object mapping made possible by Swift 2's new error handling. Greatly inspired by Argo, but without any functional programming and bizillion operators." s.homepage = "https://github.com/Anviking/Decodable"