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 b24fe42 commit 71ab648Copy full SHA for 71ab648
bin/typedoc.js
@@ -547,7 +547,7 @@ var td;
547
/**
548
* The version number of TypeDoc.
549
*/
550
- Application.VERSION = '0.3.11';
+ Application.VERSION = '0.3.12';
551
return Application;
552
})(td.EventDispatcher);
553
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.11",
+ "version": "0.3.12",
5
"homepage": "http://typedoc.io",
6
"bin": {
7
"typedoc": "bin/typedoc"
0 commit comments