From 9c9ebbe55968cc8c9ee38087f507aadeaf7c5ce7 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 8 Dec 2015 18:08:44 +0000 Subject: [PATCH] Release 0.5.1 --- Stencil.podspec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Stencil.podspec.json b/Stencil.podspec.json index fc52295..d58c15f 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -1,6 +1,6 @@ { "name": "Stencil", - "version": "0.4.0", + "version": "0.5.1", "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.4.0" + "tag": "0.5.1" }, "source_files": [ "Sources/*.swift" @@ -34,7 +34,7 @@ ], "dependencies": { "Spectre": [ "~> 0.5.0" ], - "PathKit": [ "~> 0.5.0" ] + "PathKit": [ "~> 0.6.0" ] } } }