Skip to content

Commit 6847612

Browse files
Update version number
1 parent bf49b63 commit 6847612

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/typedoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ var td;
530530
/**
531531
* The version number of TypeDoc.
532532
*/
533-
Application.VERSION = '0.3.3';
533+
Application.VERSION = '0.3.4';
534534
return Application;
535535
})(td.EventDispatcher);
536536
td.Application = Application;

package.json

Lines changed: 2 additions & 2 deletions
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.3",
4+
"version": "0.3.4",
55
"homepage": "http://typedoc.io",
66
"bin": {
77
"typedoc": "bin/typedoc"
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"typescript": "1.4.x",
32-
"typedoc-default-themes": "^0.3.2",
32+
"typedoc-default-themes": "^0.3.3",
3333
"fs-extra": "^0.16.5",
3434
"minimatch": "^2.0.4",
3535
"handlebars": "3.0.0",

0 commit comments

Comments
 (0)