From 784e764ca92b5152d3e51c5098b9bc9ae47b20c3 Mon Sep 17 00:00:00 2001 From: Bastien Granger Date: Tue, 26 Jul 2022 16:55:40 -0400 Subject: [PATCH] v4.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17ffde5..7b5b0d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-event-bus", - "version": "4.1.0", + "version": "4.1.1", "description": "Distributed messaging in Typescript", "main": "build/index.js", "typings": "build/index.d.ts",