Skip to content

Commit 9290ea5

Browse files
committed
bump version for npm
1 parent 7c1ec26 commit 9290ea5

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Swagger UI Themes
22

3-
*Version 3.0.0*
3+
*Version 3.0.1*
44

55
[![npm](https://img.shields.io/npm/v/swagger-ui-themes.svg?style=flat-square)](https://www.npmjs.com/package/swagger-ui-themes)
66
[![Bower](https://img.shields.io/bower/v/swagger-ui-themes.svg?style=flat-square)](https://github.com/ostranme/swagger-ui-themes)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-ui-themes",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"homepage": "https://github.com/ostranme/swagger-ui-themes",
55
"author":
66
"Mark Ostrander <ostranme@gmail.com>",

package.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"name": "swagger-ui-themes",
33
"description": "A collection of CSS themes for Swagger UI",
4-
"version": "3.0.0",
5-
"keywords": ["theme", "swagger", "swagger UI", "ui", "flat"],
6-
"homepage": "http://meostrander.com/swagger-ui-themes",
4+
"version": "3.0.1",
5+
"keywords": [
6+
"theme",
7+
"swagger",
8+
"swagger UI",
9+
"ui",
10+
"flat"
11+
],
12+
"homepage": "https://github.com/ostranme/swagger-ui-themes.git",
713
"bugs": {
8-
"url" : "http://github.com/ostranme/swagger-ui-themes/issues"
14+
"url": "http://github.com/ostranme/swagger-ui-themes/issues"
915
},
1016
"author": {
1117
"name": "Mark Ostrander",
@@ -15,12 +21,10 @@
1521
"type": "git",
1622
"url": "https://github.com/ostranme/swagger-ui-themes.git"
1723
},
18-
"contributors": [
19-
],
24+
"contributors": [],
2025
"license": "(MIT)",
21-
"dependencies": {
22-
},
23-
"engines" : {
24-
"node" : ">=0.10.3"
26+
"dependencies": {},
27+
"engines": {
28+
"node": ">=0.10.3"
2529
}
2630
}

0 commit comments

Comments
 (0)