diff --git a/package-lock.json b/package-lock.json index fa039b8..2fb14c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "statman-stopwatch", - "version": "2.16.0", + "version": "2.16.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "statman-stopwatch", - "version": "2.16.0", + "version": "2.16.1", "license": "MIT", "dependencies": { "performance-now": "^2.1.0", diff --git a/package.json b/package.json index 0be51df..c43bccc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statman-stopwatch", - "version": "2.16.0", + "version": "2.16.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": {