diff --git a/package-lock.json b/package-lock.json index c60e0a5..1dbaad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "es6-promisify", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84f7a39..456c779 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es6-promisify", - "version": "6.1.0", + "version": "6.1.1", "description": "Converts callback-based functions to ES6 Promises", "main": "dist/promisify.js", "author": "Mike Hall ",