We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b79aa commit 5b0eb9fCopy full SHA for 5b0eb9f
bin/typedoc.js
@@ -548,7 +548,7 @@ var td;
548
/**
549
* The version number of TypeDoc.
550
*/
551
- Application.VERSION = '0.3.7';
+ Application.VERSION = '0.3.8';
552
return Application;
553
})(td.EventDispatcher);
554
td.Application = Application;
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "typedoc",
3
"description": "Create api documentations for typescript projects.",
4
- "version": "0.3.7",
+ "version": "0.3.8",
5
"homepage": "http://typedoc.io",
6
"bin": {
7
"typedoc": "bin/typedoc"
0 commit comments