Skip to content

Commit

Permalink
Update version number to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
juhovh committed Apr 24, 2015
1 parent 70c908f commit 7ff92c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ General Information

First you need to add the library to your package.json, you can use the following setting to get the latest version:

`"mocha-jenkins-reporter": "0.1.6"`
`"mocha-jenkins-reporter": "0.1.7"`

For the actual test run you can use the following Makefile:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-jenkins-reporter",
"version": "0.1.6",
"version": "0.1.7",
"description": "jenkins reporter for mocha",
"main": "index.js",
"directories": "./lib",
Expand Down

0 comments on commit 7ff92c5

Please sign in to comment.