From ddee87083511b3ddb5642b5717b0b5072dc22245 Mon Sep 17 00:00:00 2001 From: Denis Schneider Date: Fri, 9 Mar 2018 19:40:38 +0100 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1272f0b..2e0b812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-event-bus", - "version": "1.0.0", + "version": "1.0.1", "description": "Distributed messaging in Typescript", "main": "build/index.js", "typings": "build/index.d.ts",