From 7541d7d5d150ca62ab697380884566a1c8120783 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 15 Mar 2016 04:27:43 +0100 Subject: [PATCH] 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3041278..ff8ed95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promisify-simple-callback", - "version": "1.0.2", + "version": "1.0.3", "description": "Promisifies a function that expects a callback with a single (result) argument", "main": "index.js", "scripts": {