diff --git a/package-lock.json b/package-lock.json index 6a40305..5574677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartdelay", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a6a6f6f..d4cf195 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartdelay", "private": false, - "version": "2.0.4", + "version": "2.0.5", "description": "timeouts for the async/await era, written in TypeScript", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -40,4 +40,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}