From abae80d39dabdf7e85f98e82cce78121b43c2f82 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Wed, 30 Nov 2016 17:13:29 +0000 Subject: [PATCH] chore: Release 0.7.1 --- CHANGELOG.md | 2 +- Stencil.podspec.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2326ca8..3b37a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Stencil Changelog -## Master +## 0.7.1 ### Bug Fixes diff --git a/Stencil.podspec.json b/Stencil.podspec.json index cb34b7c..3dbe3d0 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -1,6 +1,6 @@ { "name": "Stencil", - "version": "0.7.0", + "version": "0.7.1", "summary": "Stencil is a simple and powerful template language for Swift.", "homepage": "https://stencil.fuller.li", "license": { @@ -13,7 +13,7 @@ "social_media_url": "https://twitter.com/kylefuller", "source": { "git": "https://github.com/kylef/Stencil.git", - "tag": "0.6.0" + "tag": "0.7.1" }, "source_files": [ "Sources/*.swift"