diff --git a/README.md b/README.md index 5a29b2d..1480d5b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # mocha-froth -###### v0.1.1 +###### v0.2.0 [Keith Irwin](https://keithirwin.us/) Fuzzer for mocha testing. Or any javascript testing suite, really. This package provides a function that returns an array of random strings. You know, a [fuzzer](https://en.wikipedia.org/wiki/Fuzzer). diff --git a/package.json b/package.json index 20bcd71..c922708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-froth", - "version": "0.1.1", + "version": "0.2.0", "description": "Fuzzer for mocha testing", "main": "index.js", "scripts": {