Skip to content

Commit 4b29db8

Browse files
Update to version 0.3.6
1 parent 9516db3 commit 4b29db8

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
@@ -548,7 +548,7 @@ var td;
548548
/**
549549
* The version number of TypeDoc.
550550
*/
551-
Application.VERSION = '0.3.5';
551+
Application.VERSION = '0.3.6';
552552
return Application;
553553
})(td.EventDispatcher);
554554
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.5",
4+
"version": "0.3.6",
55
"homepage": "http://typedoc.io",
66
"bin": {
77
"typedoc": "bin/typedoc"

0 commit comments

Comments
 (0)