Skip to content

Commit 6a0bc7c

Browse files
committed
Update version v0.0.3 to v0.0.4
1 parent 5e1bd0a commit 6a0bc7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gulp-swagger v0.0.3
1+
# gulp-swagger v0.0.4
22
--------------------------
33

44
| | |

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
},
2424
"devDependencies": {
2525
"gulp": "^3.8.11",
26-
"gulp-swagger": "^0.0.3"
26+
"gulp-swagger": "^0.0.4"
2727
}
2828
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-swagger",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"homepage": "http://github.com/gersongoulart/gulp-swagger",
55
"description": "Gulp plugin that parses Swagger specs in JSON or YAML format, validates against the official Swagger 2.0 schema, dereferences all $ref pointers, including pointers to external files and generates client-side API code.",
66
"main": "./index.js",

0 commit comments

Comments
 (0)