Skip to content

Commit ae4961d

Browse files
committed
updated versions
1 parent a7aea67 commit ae4961d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/swagger-ui.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* 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
3-
* @version v2.2.9
3+
* @version v2.2.10
44
* @link http://swagger.io
55
* @license Apache-2.0
66
*/
@@ -3175,7 +3175,7 @@ state.pendingcb++;ret=writeOrBuffer(this,state,chunk,encoding,cb)}return ret};Wr
31753175

31763176
/**
31773177
* swagger-client - swagger-client is a javascript client for use with swaggering APIs.
3178-
* @version v2.1.28
3178+
* @version v2.1.29
31793179
* @link http://swagger.io
31803180
* @license Apache-2.0
31813181
*/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
],
1010
"description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
11-
"version": "2.2.9",
11+
"version": "2.2.10",
1212
"homepage": "http://swagger.io",
1313
"license": "Apache-2.0",
1414
"main": "dist/swagger-ui.js",
@@ -63,6 +63,6 @@
6363
"run-sequence": "^1.2.2",
6464
"selenium-webdriver": "^2.45.0",
6565
"sinon-chai": "2.8.0",
66-
"swagger-client": "2.1.28"
66+
"swagger-client": "2.1.29"
6767
}
6868
}

0 commit comments

Comments
 (0)