From d5c44a792fa9205adcee1537428ae231f8c6883b Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Sun, 16 Aug 2015 14:24:50 +0200 Subject: [PATCH] Update podspec to 0.3.1 --- Decodable.podspec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Decodable.podspec.json b/Decodable.podspec.json index ba73d27..a8e9457 100644 --- a/Decodable.podspec.json +++ b/Decodable.podspec.json @@ -1,6 +1,6 @@ { "name": "Decodable", - "version": "0.3", + "version": "0.3.1", "summary": "Swift 2 JSON parsing done (more) right", "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.", "homepage": "https://github.com/Anviking/Decodable", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/Anviking/Decodable.git", - "tag": "v0.3" + "tag": "v0.3.1" }, "platforms": { "ios": "8.0"