From 11ca45fb71f0e6c5bc20422b2bf3031a62c917f1 Mon Sep 17 00:00:00 2001 From: Chen Doron Date: Sun, 9 Dec 2018 20:08:12 -0500 Subject: [PATCH] version: bump to test module publishing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c915f55..ca84468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-timeout-promise", - "version": "1.0.0", + "version": "1.0.1", "description": "a simple timed out promise implementation", "main": "src/index.js", "scripts": {