diff --git a/package-lock.json b/package-lock.json index 6c25bb1..f45986b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smartdelay", - "version": "2.0.11", + "version": "2.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smartdelay", - "version": "2.0.11", + "version": "2.0.12", "license": "MIT", "dependencies": { "@pushrocks/smartpromise": "^3.0.6" diff --git a/package.json b/package.json index 9f9e6c7..3b363bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartdelay", "private": false, - "version": "2.0.11", + "version": "2.0.12", "description": "timeouts for the async/await era, written in TypeScript", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -47,4 +47,4 @@ "browserslist": [ "last 1 chrome versions" ] -} \ No newline at end of file +}