diff --git a/dist/swagger-ui.js b/dist/swagger-ui.js index e26c927d..34da79d8 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.4 + * @version v2.2.5 * @link http://swagger.io * @license Apache-2.0 */ diff --git a/package.json b/package.json index f830ddfa..71bbbd0c 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.4", + "version": "2.2.5", "homepage": "http://swagger.io", "license": "Apache-2.0", "main": "dist/swagger-ui.js",