From 0d7a2b8e9c53157350dcaf7c0c4f0aede4a48d00 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 14 Mar 2016 04:13:09 +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 66cf2ee..4986f47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promise-while-loop", - "version": "1.0.0", + "version": "1.0.1", "description": "An asynchronous while-loop implementation with full support for Promises", "main": "index.js", "scripts": {