Skip to content

Commit 64dc306

Browse files
committed
updated versions
1 parent ae4961d commit 64dc306

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The OpenAPI Specification has undergone 4 revisions since initial creation in 20
2424

2525
Swagger UI Version | Release Date | OpenAPI Spec compatibility | Notes | Status
2626
------------------ | ------------ | -------------------------- | ----- | ------
27-
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) |
27+
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) |
2828
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) |
2929
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) |
3030
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) |

composer.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "swagger-api/swagger-ui",
3-
"description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
4-
"keywords": [
5-
"Swagger",
6-
"OpenAPI",
7-
"specification",
8-
"documentation",
9-
"API",
10-
"UI"
11-
],
12-
"homepage": "http://swagger.io",
13-
"license": "Apache-2.0",
14-
"authors": [
15-
{
16-
"name": "Tony Tam",
17-
"email": "fehguy@gmail.com"
18-
},
19-
{
20-
"name": "Mohsen Azimi",
21-
"email": "me@azimi.me"
22-
}
23-
]
24-
}
2+
"name": "swagger-api/swagger-ui",
3+
"description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
4+
"keywords": [
5+
"Swagger",
6+
"OpenAPI",
7+
"specification",
8+
"documentation",
9+
"API",
10+
"UI"
11+
],
12+
"homepage": "http://swagger.io",
13+
"license": "Apache-2.0",
14+
"authors": [
15+
{
16+
"name": "Tony Tam",
17+
"email": "fehguy@gmail.com"
18+
},
19+
{
20+
"name": "Mohsen Azimi",
21+
"email": "me@azimi.me"
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)