Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-lenz committed Apr 13, 2015
1 parent 157d896 commit f0497c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ var td;
/**
* The version number of TypeDoc.
*/
Application.VERSION = '0.3.2';
Application.VERSION = '0.3.3';
return Application;
})(td.EventDispatcher);
td.Application = Application;
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "0.3.3",
"homepage": "http://typedoc.io",
"bin": {
"typedoc": "bin/typedoc"
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"typescript": "1.4.x",
"typedoc-default-themes": "^0.3.0",
"typedoc-default-themes": "^0.3.2",
"fs-extra": "^0.16.5",
"minimatch": "^2.0.4",
"handlebars": "3.0.0",
Expand Down

0 comments on commit f0497c1

Please sign in to comment.