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 9516db3 commit 4b29db8Copy full SHA for 4b29db8
bin/typedoc.js
@@ -548,7 +548,7 @@ var td;
548
/**
549
* The version number of TypeDoc.
550
*/
551
- Application.VERSION = '0.3.5';
+ Application.VERSION = '0.3.6';
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.5",
+ "version": "0.3.6",
5
"homepage": "http://typedoc.io",
6
"bin": {
7
"typedoc": "bin/typedoc"
0 commit comments