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 ca0c02d commit 723ffa4Copy full SHA for 723ffa4
bin/typedoc.js
@@ -857,7 +857,7 @@ var td;
857
/**
858
* The version number of TypeDoc.
859
*/
860
- Application.VERSION = '0.2.1';
+ Application.VERSION = '0.2.2';
861
return Application;
862
})();
863
td.Application = Application;
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "typedoc",
3
"description": "Create api documentations for typescript projects.",
4
- "version": "0.2.1",
+ "version": "0.2.2",
5
"homepage": "http://typedoc.io",
6
"bin": {
7
"typedoc": "bin/typedoc"
0 commit comments