Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fitnr committed May 15, 2021
1 parent 92cf378 commit 86e69f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/taft.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const license = `\n copyright (C) 2016 Neil Freeman
and you are welcome to redistribute it under certain conditions.`;

program
.version('0.5.0')
.version('0.7.0')
.usage('[options] <file ...>')
.description('Render files with Handlebars\n' + license)
.option('-H, --helper <file>', 'js file that exports an object containing handlebars helpers', collect, [])
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taft",
"version": "0.6.1",
"version": "0.7.0",
"description": "Generate static html files from Handlebars files with YAML front matter",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 86e69f9

Please sign in to comment.