diff --git a/example/example.js b/example/example.js index d78e37d1..ea39bdec 100644 --- a/example/example.js +++ b/example/example.js @@ -7,7 +7,7 @@ * * @apiDescription Compare Verison 0.3.0 with 0.2.0 and you will see the green markers with new items in version 0.3.0 and red markers with removed items since 0.2.0. * - * @apiParam {Number} [id] The Users-ID. + * @apiParam {Number} id The Users-ID. * * @apiExample Example usage: * curl -i http://localhost/user/4711 diff --git a/package.json b/package.json index d68cb6c5..0bbf9d1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apidoc", - "version": "0.17.1", + "version": "0.17.2", "description": "RESTful web API Documentation Generator", "author": "Peter Rottmann ", "license": "MIT",