Bumped version

master
Keith Irwin 2018-02-23 22:29:54 +00:00
parent 1259b55154
commit b480e37cdf
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -1,6 +1,6 @@
{
"name": "mocha-froth",
"version": "0.1.1",
"version": "0.2.0",
"description": "Fuzzer for mocha testing",
"main": "index.js",
"scripts": {