diff --git a/package-lock.json b/package-lock.json index 5b6b70c..cac88dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartdelay", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 52475a3..6fae1ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartdelay", "private": false, - "version": "2.0.1", + "version": "2.0.2", "description": "timeouts for the async/await era, written in TypeScript", "main": "dist/index.js", "typings": "dist/index.d.ts",