From 7ea4cd4ce25d42fad6a9c68c0db2194fa14745f4 Mon Sep 17 00:00:00 2001 From: Northword <44738481+northword@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:59:30 +0800 Subject: [PATCH] fix: bump zotero max version (#238) --- addon/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/manifest.json b/addon/manifest.json index 53cab4b..b45765d 100644 --- a/addon/manifest.json +++ b/addon/manifest.json @@ -14,7 +14,7 @@ "id": "__addonID__", "update_url": "__updateURL__", "strict_min_version": "6.999", - "strict_max_version": "7.0.*" + "strict_max_version": "7.*" } } }