From f6ad8204b38b97e3852341ae201710000bd5499a Mon Sep 17 00:00:00 2001 From: Jason Ray Date: Sat, 7 Jan 2017 14:01:46 -0500 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd1bdc3..833709a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statman-stopwatch", - "version": "2.0.0", + "version": "2.0.1", "description": "statman-stopwatch is one of the metrics from the statman library. It is a simple high res stopwatch for node.js. Stopwatch is useful for determining the amount of time it takes to perform an activity.", "main": "lib/stopwatch.js", "scripts": {