From 8ce1de12891f1cb2630e9caedddf4f14cc162b3a Mon Sep 17 00:00:00 2001 From: kor Date: Fri, 5 Jul 2024 12:49:00 +0200 Subject: [PATCH] Bump version to 1.10 --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index f7064b5..8b63c2e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Kerific", "description": "Kerific, load Keri-related glossaries", - "version": "1.9", + "version": "1.10", "background": { "service_worker": "./background.js" },