diff --git a/package-lock.json b/package-lock.json index e3e6a8e..58fcd70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartdelay", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3e5123..f77c3a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartdelay", "private": false, - "version": "2.0.7", + "version": "2.0.8", "description": "timeouts for the async/await era, written in TypeScript", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",