From f0497c1b5da45f65f30729b7491786fb234d280c Mon Sep 17 00:00:00 2001 From: Sebastian Lenz Date: Mon, 13 Apr 2015 22:34:54 +0200 Subject: [PATCH] Update version number --- bin/typedoc.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/typedoc.js b/bin/typedoc.js index c1c567c54..df5b34877 100644 --- a/bin/typedoc.js +++ b/bin/typedoc.js @@ -530,7 +530,7 @@ var td; /** * The version number of TypeDoc. */ - Application.VERSION = '0.3.2'; + Application.VERSION = '0.3.3'; return Application; })(td.EventDispatcher); td.Application = Application; diff --git a/package.json b/package.json index c41455967..a6a73854d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "typedoc", "description": "Create api documentations for typescript projects.", - "version": "0.3.2", + "version": "0.3.3", "homepage": "http://typedoc.io", "bin": { "typedoc": "bin/typedoc" @@ -29,7 +29,7 @@ }, "dependencies": { "typescript": "1.4.x", - "typedoc-default-themes": "^0.3.0", + "typedoc-default-themes": "^0.3.2", "fs-extra": "^0.16.5", "minimatch": "^2.0.4", "handlebars": "3.0.0",