From 94837418f0a353571bbaa05cd228bbd74b5b60dc Mon Sep 17 00:00:00 2001 From: Denis Schneider Date: Mon, 12 Mar 2018 12:03:19 +0100 Subject: [PATCH] 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc01b87..e36a9da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-event-bus", - "version": "1.0.1", + "version": "1.0.2", "description": "Distributed messaging in Typescript", "main": "build/index.js", "typings": "build/index.d.ts",