From 62f25867be4496315a40f7850c569e5ec3e8c655 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 18 Mar 2024 00:16:16 -0400 Subject: [PATCH] Update version --- manifest_chrome.json | 2 +- manifest_firefox.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest_chrome.json b/manifest_chrome.json index dbf59de..68bbd83 100644 --- a/manifest_chrome.json +++ b/manifest_chrome.json @@ -1,6 +1,6 @@ { "name": "Auto Highlight", - "version": "3.5.0", + "version": "3.6.0", "description": "*Auto Highlight* automatically highlights the important content on article pages.", "options_ui": { "page": "src/options/options.html" diff --git a/manifest_firefox.json b/manifest_firefox.json index e297ca9..f8425e6 100644 --- a/manifest_firefox.json +++ b/manifest_firefox.json @@ -1,6 +1,6 @@ { "name": "Auto Highlight", - "version": "3.5.0", + "version": "3.6.0", "description": "*Auto Highlight* automatically highlights the important content on article pages.", "options_ui": { "page": "src/options/options.html"