Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Rechkunov committed Dec 12, 2015
2 parents 6835cab + 7d41e0e commit 6779d66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "1"
- "2"
- "3"
- "4"
- "5"
- "5"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "catberry-handlebars",
"description": "Catberry adapter for Handlebars template engine",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Denis Rechkunov",
"email": "[email protected]"
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"license": "MIT",
"engine": {
"node": ">=0.10"
"node": ">=0.12"
}
}

0 comments on commit 6779d66

Please sign in to comment.