Skip to content

Commit 96e73d0

Browse files
committed
updated versions for patch release
1 parent bf71641 commit 96e73d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swagger-ui",
33
"main": "dist/index.html",
4-
"version": "2.1.3-M2",
4+
"version": "2.1.4-M2",
55
"authors": [
66
"Mohsen Azimi <[email protected]>"
77
],

dist/swagger-ui.js

Lines changed: 1 addition & 1 deletion
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.1.3-M2
3+
* @version v2.1.4-M2
44
* @link http://swagger.io
55
* @license Apache 2.0
66
*/

package.json

Lines changed: 1 addition & 1 deletion
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.1.3-M2",
11+
"version": "2.1.4-M2",
1212
"homepage": "http://swagger.io",
1313
"license": "Apache 2.0",
1414
"main": "dist/swagger-ui.js",

0 commit comments

Comments
 (0)