From a8e38e636c124360a2c82e53a94097a89ea93a03 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 25 May 2024 01:34:39 +0200 Subject: [PATCH] 1.0.25 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1718077..a05a2ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@design.estate/dees-comms", - "version": "1.0.24", + "version": "1.0.25", "private": false, "description": "A communications module for enabling DOM-based messaging and synchronization across browser tabs and workers.", "main": "dist_ts/index.js", @@ -53,4 +53,4 @@ "client-side messaging", "module" ] -} \ No newline at end of file +}