Browse Source

updated versions

bubble
Tony Tam 9 years ago
parent
commit
c7c697206e
3 changed files with 2552 additions and 2531 deletions
  1. +2538
    -2516
      dist/swagger-ui.js
  2. +12
    -13
      dist/swagger-ui.min.js
  3. +2
    -2
      package.json

+ 2538
- 2516
dist/swagger-ui.js
File diff suppressed because it is too large
View File


+ 12
- 13
dist/swagger-ui.min.js
File diff suppressed because it is too large
View File


+ 2
- 2
package.json View File

@@ -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.0",
"version": "2.1.1",
"homepage": "http://swagger.io",
"license": "Apache-2.0",
"main": "dist/swagger-ui.js",
@@ -50,6 +50,6 @@
"less": "^2.4.0",
"mocha": "^2.1.0",
"selenium-webdriver": "^2.45.0",
"swagger-client": "2.1.1"
"swagger-client": "2.1.2"
}
}

Loading…
Cancel
Save