From bbb7d701f2cfa949543a58c80d229613079b88fd Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 14 Mar 2016 06:51:03 +0100 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42d2d07..d5ab643 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promisify-simple-callback", - "version": "1.0.0", + "version": "1.0.1", "description": "Promisifies a function that expects a callback with a single (result) argument", "main": "index.js", "scripts": {