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 @@ -710,7 +710,7 @@ var td;
710710 /**
711711 * The version number of TypeDoc.
712712 */
713- Application . VERSION = '0.2.0-beta.1 ' ;
713+ Application . VERSION = '0.2.0' ;
714714 return Application ;
715715 } ) ( ) ;
716716 td . Application = Application ;
Original file line number Diff line number Diff line change 11{
22 "name" : " typedoc" ,
33 "description" : " Create api documentations for typescript projects." ,
4- "version" : " 0.2.0-beta.1 " ,
4+ "version" : " 0.2.0" ,
55 "homepage" : " http://typedoc.io" ,
66 "bin" : {
77 "typedoc" : " bin/typedoc"
2929 },
3030 "dependencies" : {
3131 "typescript" : " 1.3.x" ,
32- "typedoc-default-themes" : " 0.2.0-beta.1 " ,
32+ "typedoc-default-themes" : " ^ 0.2.0" ,
3333 "fs-extra" : " ^0.12.0" ,
3434 "minimatch" : " ^1.0.0" ,
3535 "handlebars" : " 2.0.0-alpha.4" ,
You can’t perform that action at this time.
0 commit comments