Release 0.5.2

This commit is contained in:
Kyle Fuller
2016-01-30 14:57:26 +01:00
parent 201b8e263c
commit 19d712b4a4

View File

@@ -1,6 +1,6 @@
{ {
"name": "Stencil", "name": "Stencil",
"version": "0.5.1", "version": "0.5.2",
"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": {
@@ -8,12 +8,12 @@
"file": "LICENSE" "file": "LICENSE"
}, },
"authors": { "authors": {
"Kyle Fuller": "inbox@kylefuller.co.uk" "Kyle Fuller": "kyle@fuller.li"
}, },
"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.5.1" "tag": "0.5.2"
}, },
"source_files": [ "source_files": [
"Sources/*.swift" "Sources/*.swift"