Skip to content

Commit

Permalink
Update README, bump version to 0.2.01
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarlitt committed Jul 20, 2015
1 parent f436b09 commit 568dcba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ module.exports = function(config) {

In this release
-----------
- 100% code coverage to support refactor
- Special thanks to @yhnavein for identifying and fixing [issue #10](https://github.com/dgarlitt/karma-nyan-reporter/issues/10)
- Documentation fix
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"test": "./node_modules/mocha/bin/mocha -R spec ./test/*",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./test/*"
},
"version": "0.2.0"
"version": "0.2.01"
}

0 comments on commit 568dcba

Please sign in to comment.