From 87a561de5e0f92d00f4f52a2642070ad8d26f0e8 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 25 May 2024 02:26:16 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3e3b5e9..fa48f8d 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-comms', - version: '1.0.26', + version: '1.0.27', description: 'A communications module for enabling DOM-based messaging and synchronization across browser tabs and workers.' }