diff --git a/dist/swagger-ui.js b/dist/swagger-ui.js index 5d06e5a5..68eb4f82 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.1.3 + * @version v2.1.4 * @link http://swagger.io * @license Apache-2.0 */ diff --git a/package.json b/package.json index af906d4a..b10d2eda 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.1.3", + "version": "2.1.4", "homepage": "http://swagger.io", "license": "Apache-2.0", "main": "dist/swagger-ui.js",