diff --git a/Manifest.json b/Manifest.json index 788eaa29a..085172922 100644 --- a/Manifest.json +++ b/Manifest.json @@ -28,7 +28,7 @@ "email": "Henner DOT Kollmann AT gmx DOT de" } ], - "version": "2.0.0", + "version": "2.0.1", "sourceViewUri": "https://github.com/qooxdoo/apiviewer/blob/%{qxGitBranch}/source/class/%{classFilePath}#L%{lineNumber}" }, "provides": { @@ -58,15 +58,15 @@ "qx.module.Placement" ], "parts": { - "boot" : { + "boot": { "include": [ "qx.*" ] - }, - "tool" : { + }, + "tool": { "include": [ "qx.tool.*" - ] + ] } } } diff --git a/package.json b/package.json index ca7b5b15e..6aa805d35 100644 --- a/package.json +++ b/package.json @@ -8,5 +8,6 @@ "ps-tree": "^1.2.0", "rimraf": "^5.0.5", "showdown": "^2.1.0" - } -} + }, + "version": "2.0.1" +} \ No newline at end of file