Skip to content

Commit 24ea2c3

Browse files
committed
Upgrade to dossier 0.7.2
1 parent 1da3850 commit 24ea2c3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

javascript/node/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ function generateDocs(outputDir, callback) {
410410

411411
var command = [
412412
'java -jar', path.join(
413-
__dirname, '../../third_party/java/dossier/dossier-0.7.1.jar'),
413+
__dirname, '../../third_party/java/dossier/dossier-0.7.2.jar'),
414414
'-c', configFile
415415
].join(' ');
416416
child_process.exec(command, callback);
18.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)