From c16010d7d062731a334288bdcfaf3d4168f65089 Mon Sep 17 00:00:00 2001 From: Abel Toledano Date: Mon, 16 Dec 2024 15:09:03 +0100 Subject: [PATCH] 3.48.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e1540e..44d7ebf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tef-novum/webview-bridge", - "version": "3.47.0", + "version": "3.48.0", "description": "JavaScript library to access to native functionality. Requires a webview with a postMessage bridge.", "main": "./dist/webview-bridge-cjs.js", "module": "./dist/webview-bridge.mjs",