Release 0.5.1

This commit is contained in:
Kyle Fuller
2015-12-08 18:08:44 +00:00
parent 5cdf1d326b
commit 9c9ebbe559

View File

@@ -1,6 +1,6 @@
{ {
"name": "Stencil", "name": "Stencil",
"version": "0.4.0", "version": "0.5.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://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.4.0" "tag": "0.5.1"
}, },
"source_files": [ "source_files": [
"Sources/*.swift" "Sources/*.swift"
@@ -34,7 +34,7 @@
], ],
"dependencies": { "dependencies": {
"Spectre": [ "~> 0.5.0" ], "Spectre": [ "~> 0.5.0" ],
"PathKit": [ "~> 0.5.0" ] "PathKit": [ "~> 0.6.0" ]
} }
} }
} }