From ee6cf1819ee77ecffce4b5b49f4a64d986f21ef9 Mon Sep 17 00:00:00 2001 From: Denis Schneider Date: Wed, 21 Jul 2021 16:33:42 +0200 Subject: [PATCH] 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c718fb..0f96daa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-event-bus", - "version": "3.0.0", + "version": "3.1.0", "description": "Distributed messaging in Typescript", "main": "build/index.js", "typings": "build/index.d.ts",