From 993ba5dea61b13dc9597a84ef7cbe0cf1c2de93f Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel <mihaly@lengyel.tech> Date: Wed, 20 Sep 2023 14:15:24 +0200 Subject: [PATCH] chore: update supported webjsinterface version --- webJsInterfaceSupported.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webJsInterfaceSupported.json b/webJsInterfaceSupported.json index 08af99f2d..8d49c5c48 100644 --- a/webJsInterfaceSupported.json +++ b/webJsInterfaceSupported.json @@ -1,4 +1,4 @@ { "_comment": "contains the web js interface version that this package supports", - "version": "0.6" + "version": "0.7" }