From a9d505a4cb29a28913a2a38051f285aaf22a8fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Urbanek?= Date: Tue, 25 Sep 2018 16:43:46 +0200 Subject: [PATCH] upgraded to mark that version that fix issue 146 This version should fix that issue in https://github.com/stevekane/promise-it-wont-hurt/issues/146 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad466d1..1f68502 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promise-it-wont-hurt", - "version": "1.1.3", + "version": "1.1.4", "description": "This is a Workshop module for learning about promises in node.js", "scripts": { "start": "node ./promise-it-wont-hurt.js",