From daa65229160b0457d9f868ef75a244a3e3233f46 Mon Sep 17 00:00:00 2001 From: Jeremy Scheff Date: Sat, 4 Mar 2017 13:04:54 -0500 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97e96a1..4070330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promise-worker-bi", - "version": "2.0.0", + "version": "2.0.1", "description": "Bidirectional communication with a Web Worker using Promises", "main": "index.js", "scripts": {