From 9f07dc1ee72e37f868c5517ca09e11afd69b59c2 Mon Sep 17 00:00:00 2001 From: Jeremy Scheff Date: Sat, 2 Dec 2017 11:20:00 -0500 Subject: [PATCH] 2.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30fc7be..9be047d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promise-worker-bi", - "version": "2.2.0", + "version": "2.2.1", "description": "Bidirectional communication with a Web Worker using Promises", "main": "dist/index.js", "scripts": {