diff --git a/bower.json b/bower.json index 5b3275fd..0a63c5ac 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "swagger-ui", "main": "dist/index.html", - "version": "2.1.3-M2", + "version": "2.1.4-M2", "authors": [ "Mohsen Azimi " ], diff --git a/dist/swagger-ui.js b/dist/swagger-ui.js index 19830dd3..eba485a6 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-M2 + * @version v2.1.4-M2 * @link http://swagger.io * @license Apache 2.0 */ diff --git a/package.json b/package.json index 244de23d..33a85e01 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-M2", + "version": "2.1.4-M2", "homepage": "http://swagger.io", "license": "Apache 2.0", "main": "dist/swagger-ui.js",