From a084cf271c1a3785727550b8dbabaa0d080f084d Mon Sep 17 00:00:00 2001 From: Jeffrey Lau Date: Fri, 18 Aug 2023 16:20:48 +0800 Subject: [PATCH] chore(extension): Update requiredHostAppVersion to ^2.2.0 ... to prepare for incorporation of libmmel in Paneron core. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1f25ebd..c0bc1ddc 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "title": "SMART", "iconURL": "https://www.glossarist.org/SymbolLoupe.png", "featured": true, - "requiredHostAppVersion": "^2.0.0" + "requiredHostAppVersion": "^2.2.0" }, "src_dir": "src", "dist_dir": "dist",