From 537cc64231b9ac0bce8e221deaaf397260fe9d48 Mon Sep 17 00:00:00 2001 From: Denis Schneider Date: Thu, 11 Oct 2018 09:47:31 +0200 Subject: [PATCH] 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc73d1e..a5a210e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-event-bus", - "version": "1.0.2", + "version": "1.0.3", "description": "Distributed messaging in Typescript", "main": "build/index.js", "typings": "build/index.d.ts",