Commit b15c3ce2 authored by Michael Vernier's avatar Michael Vernier

Fixed version tag

parent 2e74e00c
......@@ -3,7 +3,7 @@
var program = require( 'commander' );
program
.version( '0.0.1' )
.version( '0.1.0' )
.command( 'clone [templatename]', 'Clone one or more templates.' )
.command( 'list [templatename]', 'List available templates. If [templatename] given, template variables are displayed.' )
.command( 'remote', 'Handle remote template sources.' )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment