Skip to content

Commit 12c4125

Browse files
Raised version
1 parent 33fc105 commit 12c4125

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
@@ -1103,7 +1103,7 @@ var TypeDoc;
11031103
var json = JSON.parse(FS.readFileSync(Path.join(typeScriptPath, '..', 'package.json'), 'utf8'));
11041104
return json.version;
11051105
};
1106-
Application.VERSION = '0.1.0';
1106+
Application.VERSION = '0.1.1';
11071107
return Application;
11081108
})();
11091109
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.0",
4+
"version": "0.1.1",
55
"bin": {
66
"typedoc": "bin/typedoc"
77
},

0 commit comments

Comments
 (0)