Skip to content

Commit 71ab648

Browse files
Update to version 0.3.12
1 parent b24fe42 commit 71ab648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/typedoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ var td;
547547
/**
548548
* The version number of TypeDoc.
549549
*/
550-
Application.VERSION = '0.3.11';
550+
Application.VERSION = '0.3.12';
551551
return Application;
552552
})(td.EventDispatcher);
553553
td.Application = Application;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typedoc",
33
"description": "Create api documentations for typescript projects.",
4-
"version": "0.3.11",
4+
"version": "0.3.12",
55
"homepage": "http://typedoc.io",
66
"bin": {
77
"typedoc": "bin/typedoc"

0 commit comments

Comments
 (0)