chore: Release 0.7.1

This commit is contained in:
Kyle Fuller
2016-11-30 17:13:29 +00:00
parent d024da5567
commit abae80d39d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Stencil Changelog # Stencil Changelog
## Master ## 0.7.1
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "Stencil", "name": "Stencil",
"version": "0.7.0", "version": "0.7.1",
"summary": "Stencil is a simple and powerful template language for Swift.", "summary": "Stencil is a simple and powerful template language for Swift.",
"homepage": "https://stencil.fuller.li", "homepage": "https://stencil.fuller.li",
"license": { "license": {
@@ -13,7 +13,7 @@
"social_media_url": "https://twitter.com/kylefuller", "social_media_url": "https://twitter.com/kylefuller",
"source": { "source": {
"git": "https://github.com/kylef/Stencil.git", "git": "https://github.com/kylef/Stencil.git",
"tag": "0.6.0" "tag": "0.7.1"
}, },
"source_files": [ "source_files": [
"Sources/*.swift" "Sources/*.swift"