Skip to content

Commit

Permalink
Update version number to 0.3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvah committed Mar 28, 2018
1 parent ac36626 commit dd99369
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.3.11"`
`"mocha-jenkins-reporter": "0.3.12"`

For the actual test run you can add the following to package.json:

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.3.11",
"version": "0.3.12",
"description": "jenkins reporter for mocha",
"main": "index.js",
"directories": "./lib",
Expand Down

0 comments on commit dd99369

Please sign in to comment.