diff --git a/bin/taft.js b/bin/taft.js index 1469c97..7f3e6f5 100755 --- a/bin/taft.js +++ b/bin/taft.js @@ -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] ') .description('Render files with Handlebars\n' + license) .option('-H, --helper ', 'js file that exports an object containing handlebars helpers', collect, []) diff --git a/package.json b/package.json index 5430250..cdba43b 100644 --- a/package.json +++ b/package.json @@ -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": {