From 226becb258197b0ddafce7923c657f436cec4f8f Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Fri, 30 Oct 2015 12:35:33 -0700 Subject: [PATCH] Release 0.4.0 --- Stencil.podspec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Stencil.podspec.json b/Stencil.podspec.json index df4f2c7..e60a7aa 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -1,6 +1,6 @@ { "name": "Stencil", - "version": "0.3.0", + "version": "0.4.0", "summary": "Stencil is a simple and powerful template language for Swift.", "homepage": "https://github.com/kylef/Stencil", "license": { @@ -13,7 +13,7 @@ "social_media_url": "http://twitter.com/kylefuller", "source": { "git": "https://github.com/kylef/Stencil.git", - "tag": "0.3.0" + "tag": "0.4.0" }, "source_files": [ "Stencil/*.swift",