diff --git a/package-lock.json b/package-lock.json index fa9337c..310122b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartdelay", - "version": "2.0.9", + "version": "2.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1c972b9..72f3f3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartdelay", "private": false, - "version": "2.0.9", + "version": "2.0.10", "description": "timeouts for the async/await era, written in TypeScript", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",