File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ var td;
372
372
/**
373
373
* The version number of TypeDoc.
374
374
*/
375
- Application . VERSION = '0.2.3 ' ;
375
+ Application . VERSION = '0.3.0 ' ;
376
376
return Application ;
377
377
} ) ( ) ;
378
378
td . Application = Application ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typedoc" ,
3
3
"description" : " Create api documentations for typescript projects." ,
4
- "version" : " 0.2.3 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"homepage" : " http://typedoc.io" ,
6
6
"bin" : {
7
7
"typedoc" : " bin/typedoc"
29
29
},
30
30
"dependencies" : {
31
31
"typescript" : " 1.4.x" ,
32
- "typedoc-default-themes" : " ^0.2.5 " ,
32
+ "typedoc-default-themes" : " ^0.3.0 " ,
33
33
"fs-extra" : " ^0.16.5" ,
34
34
"minimatch" : " ^2.0.4" ,
35
35
"handlebars" : " 3.0.0" ,
You can’t perform that action at this time.
0 commit comments