Release 0.6.0

This commit is contained in:
Kyle Fuller
2016-09-13 19:15:52 +01:00
parent 7bbd4f2817
commit 65c3052aee
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Stencil Changelog # Stencil Changelog
## Master ## 0.6.0
### Enhancements ### Enhancements

View File

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