updated version

This commit is contained in:
Tony Tam
2015-02-19 22:55:36 -08:00
committed by Mohsen Azimi
parent d70af2f3a5
commit 15a22dd62b
2 changed files with 3 additions and 3 deletions

2
dist/swagger-ui.js vendored
View File

@@ -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 * 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.5-M1 * @version v2.1.6-M1
* @link http://swagger.io * @link http://swagger.io
* @license Apache 2.0 * @license Apache 2.0
*/ */

View File

@@ -2,7 +2,7 @@
"name": "swagger-ui", "name": "swagger-ui",
"author": "Tony Tam <fehguy@gmail.com>", "author": "Tony Tam <fehguy@gmail.com>",
"description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API", "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.5-M1", "version": "2.1.6-M1",
"homepage": "http://swagger.io", "homepage": "http://swagger.io",
"license": "Apache 2.0", "license": "Apache 2.0",
"scripts": { "scripts": {
@@ -18,7 +18,7 @@
"dependencies": { "dependencies": {
"shred": "0.8.10", "shred": "0.8.10",
"btoa": "1.1.1", "btoa": "1.1.1",
"swagger-client": "2.1.6-M1" "swagger-client": "2.1.7-M1"
}, },
"devDependencies": { "devDependencies": {
"chai": "^1.10.0", "chai": "^1.10.0",