From 64dc3060b3700b12e466f8d67b7d7ec3574b015f Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 5 Jan 2017 00:57:09 -0800 Subject: [PATCH] updated versions --- README.md | 2 +- composer.json | 46 +++++++++++++++++++++++----------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 6b3843a4..f48b219c 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.6 | 2016-10-14 | 1.1, 1.2, 2.0 | [tag v2.2.6](https://github.com/swagger-api/swagger-ui/tree/v2.2.6) | +2.2.10 | 2017-01-04 | 1.1, 1.2, 2.0 | [tag v2.2.10](https://github.com/swagger-api/swagger-ui/tree/v2.2.6) | 2.1.5 | 2016-07-20 | 1.1, 1.2, 2.0 | [tag v2.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) | diff --git a/composer.json b/composer.json index 97465cb4..389a5c12 100644 --- a/composer.json +++ b/composer.json @@ -1,24 +1,24 @@ { - "name": "swagger-api/swagger-ui", - "description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API", - "keywords": [ - "Swagger", - "OpenAPI", - "specification", - "documentation", - "API", - "UI" - ], - "homepage": "http://swagger.io", - "license": "Apache-2.0", - "authors": [ - { - "name": "Tony Tam", - "email": "fehguy@gmail.com" - }, - { - "name": "Mohsen Azimi", - "email": "me@azimi.me" - } - ] -} + "name": "swagger-api/swagger-ui", + "description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API", + "keywords": [ + "Swagger", + "OpenAPI", + "specification", + "documentation", + "API", + "UI" + ], + "homepage": "http://swagger.io", + "license": "Apache-2.0", + "authors": [ + { + "name": "Tony Tam", + "email": "fehguy@gmail.com" + }, + { + "name": "Mohsen Azimi", + "email": "me@azimi.me" + } + ] +} \ No newline at end of file