From 839258564019dd00b005bde3ba1a41eba6ec7e3a Mon Sep 17 00:00:00 2001 From: Mariner Date: Sat, 18 Jan 2025 10:33:35 +0000 Subject: [PATCH] chore: release v4.2.0 --- lib/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/package.json b/lib/core/package.json index 7563434..e1bfdad 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -1,6 +1,6 @@ { "name": "unity-webgl", - "version": "4.1.0", + "version": "4.2.0", "description": "Unity-Webgl provides an easy solution for embedding Unity WebGL builds in your webApp or Vue.js project, with two-way communication between your webApp and Unity application with advanced API's.", "main": "dist/index.js", "module": "dist/index.mjs",