Skip to content

Commit 723ffa4

Browse files
New version number
1 parent ca0c02d commit 723ffa4

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
@@ -857,7 +857,7 @@ var td;
857857
/**
858858
* The version number of TypeDoc.
859859
*/
860-
Application.VERSION = '0.2.1';
860+
Application.VERSION = '0.2.2';
861861
return Application;
862862
})();
863863
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.2.1",
4+
"version": "0.2.2",
55
"homepage": "http://typedoc.io",
66
"bin": {
77
"typedoc": "bin/typedoc"

0 commit comments

Comments
 (0)