Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Apr 5, 2018
1 parent fe01beb commit c2e25f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stencil Changelog

## Master
## 0.11.0 (2018-04-04)

### Enhancements

Expand Down
8 changes: 5 additions & 3 deletions Stencil.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stencil",
"version": "0.10.1",
"version": "0.11.0",
"summary": "Stencil is a simple and powerful template language for Swift.",
"homepage": "https://stencil.fuller.li",
"license": {
Expand All @@ -13,7 +13,7 @@
"social_media_url": "https://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/Stencil.git",
"tag": "0.10.1"
"tag": "0.11.0"
},
"source_files": [
"Sources/*.swift"
Expand All @@ -25,6 +25,8 @@
},
"requires_arc": true,
"dependencies": {
"PathKit": [ "~> 0.8.0" ]
"PathKit": [
"~> 0.8.0"
]
}
}

0 comments on commit c2e25f2

Please sign in to comment.