Skip to content

Commit

Permalink
Update to dossier 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Aug 23, 2014
1 parent ce33d7e commit 152aec2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ function generateDocs(outputDir, callback) {

var command = [
'java -jar', path.join(
__dirname, '../../third_party/java/dossier/dossier-0.3.0.jar'),
__dirname, '../../third_party/java/dossier/dossier-0.4.0.jar'),
'-c', configFile
].join(' ');
child_process.exec(command, callback);
Expand Down
Binary file not shown.

0 comments on commit 152aec2

Please sign in to comment.