diff --git a/dist/swagger-ui.js b/dist/swagger-ui.js index 2bc74824..9c4b001b 100644 --- a/dist/swagger-ui.js +++ b/dist/swagger-ui.js @@ -1,6 +1,6 @@ /** * swagger-ui - Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API - * @version v2.2.3 + * @version v2.2.4 * @link http://swagger.io * @license Apache-2.0 */ diff --git a/package.json b/package.json index 9d09d019..9b68af3b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ } ], "description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API", - "version": "2.2.3", + "version": "2.2.4", "homepage": "http://swagger.io", "license": "Apache-2.0", "main": "dist/swagger-ui.js",