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