diff --git a/package-lock.json b/package-lock.json index 1cbed95..e537f6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "statman-stopwatch", - "version": "2.17.2", + "version": "2.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "statman-stopwatch", - "version": "2.17.2", + "version": "2.18.0", "license": "MIT", "dependencies": { "performance-now": "^2.1.0", diff --git a/package.json b/package.json index 319bd07..13c9113 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statman-stopwatch", - "version": "2.17.2", + "version": "2.18.0", "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", "files": [