From dcd792865160f5b9bf9d27470df39c68e21643b7 Mon Sep 17 00:00:00 2001 From: kabuspl Date: Mon, 1 Jan 2024 21:04:17 +0100 Subject: [PATCH] update version number --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6374621..3a7c5dc 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "To Google Lens", - "version": "2.7", + "version": "2.7.1", "permissions": ["menus", "activeTab", ""], "description": "Take a screenshot of a webpage and search on Google Lens.", @@ -16,4 +16,4 @@ "scripts": ["purify.min.js", "bg.js"] } -} \ No newline at end of file +}