Skip to content

Commit

Permalink
Update to version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-lenz committed Jul 18, 2015
1 parent 9516db3 commit 4b29db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ var td;
/**
* The version number of TypeDoc.
*/
Application.VERSION = '0.3.5';
Application.VERSION = '0.3.6';
return Application;
})(td.EventDispatcher);
td.Application = Application;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typedoc",
"description": "Create api documentations for typescript projects.",
"version": "0.3.5",
"version": "0.3.6",
"homepage": "http://typedoc.io",
"bin": {
"typedoc": "bin/typedoc"
Expand Down

0 comments on commit 4b29db8

Please sign in to comment.