From 66a90db0f5d7886746bbb00284d51fffa76a576b Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:45:50 -0500 Subject: [PATCH] Bump version from 1.3.2 to 1.3.3 --- 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 3067270..ca4a2e8 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.2", + "version": "1.3.3", "icons": { "128": "res/ext_icon_144.png" },