diff --git a/README.md b/README.md index d3d1e9bf..2333be74 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The OpenAPI Specification has undergone 4 revisions since initial creation in 20 Swagger UI Version | Release Date | OpenAPI Spec compatibility | Notes | Status ------------------ | ------------ | -------------------------- | ----- | ------ -2.2.0 | 2016-08-10 | 1.1, 1.2, 2.0 | [tag v.2.2.0](https://github.com/swagger-api/swagger-ui/tree/v2.2.0) | +2.2.1 | 2016-08-23 | 1.1, 1.2, 2.0 | [tag v.2.2.1](https://github.com/swagger-api/swagger-ui/tree/v2.2.0) | 2.1.5 | 2016-07-20 | 1.1, 1.2, 2.0 | [tag v.2.1.5](https://github.com/swagger-api/swagger-ui/tree/v2.1.5) | 2.0.24 | 2014-09-12 | 1.1, 1.2 | [tag v2.0.24](https://github.com/swagger-api/swagger-ui/tree/v2.0.24) | 1.0.13 | 2013-03-08 | 1.1, 1.2 | [tag v1.0.13](https://github.com/swagger-api/swagger-ui/tree/v1.0.13) | @@ -232,7 +232,7 @@ Only headers with these names will be allowed to be sent by Swagger-UI. Create your own fork of [swagger-api/swagger-ui](https://github.com/swagger-api/swagger-ui) -To share your changes, [submit a pull request](https://github.com/swagger-api/swagger-ui/pull/new/develop_2.0). +To share your changes, [submit a pull request](https://github.com/swagger-api/swagger-ui/pull/new/master). ## Change Log Please see [releases](https://github.com/swagger-api/swagger-ui/releases) for change log. diff --git a/dist/swagger-ui.js b/dist/swagger-ui.js index 5ff6e538..ab61d482 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.0 + * @version v2.2.1 * @link http://swagger.io * @license Apache-2.0 */ diff --git a/package.json b/package.json index 3a8a83f5..e3557881 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.0", + "version": "2.2.1", "homepage": "http://swagger.io", "license": "Apache-2.0", "main": "dist/swagger-ui.js",