Skip to content

Commit

Permalink
Upgrade to dossier 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Oct 18, 2015
1 parent 1da3850 commit 24ea2c3
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 @@ -410,7 +410,7 @@ function generateDocs(outputDir, callback) {

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

0 comments on commit 24ea2c3

Please sign in to comment.