From 679c63da5ae1d3f27a577b3b440722392427e125 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:51:23 -0500 Subject: [PATCH] Bump version to 1.3.5 in manifest.json --- platform/firefox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 54ae7c1..47a8eb3 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -3,7 +3,7 @@ "name": "__MSG_extensionName__", "default_locale": "en", "author": "Kenneth Hendricks & contributors", - "version": "1.3.4", + "version": "1.3.5", "icons": { "128": "res/ext_icon_144.png" },