From 19d712b4a4341eed07a43f5bfd3d56df60eb2b0c Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Sat, 30 Jan 2016 14:57:26 +0100 Subject: [PATCH] Release 0.5.2 --- Stencil.podspec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Stencil.podspec.json b/Stencil.podspec.json index 4bf5629..a6158df 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -1,6 +1,6 @@ { "name": "Stencil", - "version": "0.5.1", + "version": "0.5.2", "summary": "Stencil is a simple and powerful template language for Swift.", "homepage": "https://github.com/kylef/Stencil", "license": { @@ -8,12 +8,12 @@ "file": "LICENSE" }, "authors": { - "Kyle Fuller": "inbox@kylefuller.co.uk" + "Kyle Fuller": "kyle@fuller.li" }, "social_media_url": "http://twitter.com/kylefuller", "source": { "git": "https://github.com/kylef/Stencil.git", - "tag": "0.5.1" + "tag": "0.5.2" }, "source_files": [ "Sources/*.swift"