From b480e37cdf92c86fe00b459410597ff1d5d74358 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Fri, 23 Feb 2018 22:29:54 +0000 Subject: [PATCH] Bumped version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {