Skip to content

Commit

Permalink
Update versions and history
Browse files Browse the repository at this point in the history
  • Loading branch information
jbt committed Aug 22, 2012
1 parent 194f24f commit 1c4478e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
@@ -1,5 +1,9 @@
# Docker Version History

## 0.1.4

* Added language type detection from shebangs

## 0.1.3

* Added `-s` option to specify default state of the sidebar
Expand Down
2 changes: 1 addition & 1 deletion docker
Expand Up @@ -13,7 +13,7 @@ var pwd = path.resolve('.');

// All program arguments using commander
program
.version('0.1.3')
.version('0.1.4')
.option('-i, --input_dir [dir]', 'Input directory (defaults to current dir)', pwd)
.option('-o, --output_dir [dir]', 'Output directory (defaults to ./doc)', path.join(pwd, 'doc') )
.option('-u, --updated_files', 'Only process files that have been changed')
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"author": "JT <jt@gosquared.com>",
"name": "docker",
"version": "0.1.3",
"version": "0.1.4",
"dependencies": {
"mkdirp": "0.3.2",
"dox": "0.3.1",
Expand Down

0 comments on commit 1c4478e

Please sign in to comment.