Skip to content

Commit f020677

Browse files
New version number
1 parent 94bc8d7 commit f020677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/typedoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ var TypeDoc;
11041104
var json = JSON.parse(FS.readFileSync(Path.join(typeScriptPath, '..', 'package.json'), 'utf8'));
11051105
return json.version;
11061106
};
1107-
Application.VERSION = '0.1.2';
1107+
Application.VERSION = '0.1.3';
11081108
return Application;
11091109
})();
11101110
TypeDoc.Application = Application;

package.json

Lines changed: 1 addition & 1 deletion
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.1.2",
4+
"version": "0.1.3",
55
"homepage": "http://typedoc.io",
66
"bin": {
77
"typedoc": "bin/typedoc"

0 commit comments

Comments
 (0)