From 64eafe48cc53b720cd6ec6797c7aa8ef5ba487af Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:28:13 -0500 Subject: [PATCH] Bump version to 1.3.1 in manifest.json --- platform/firefox/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 6f9d253..a3e7bd5 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.0", + "version": "1.3.1", "icons": { "128": "res/ext_icon_144.png" }, @@ -91,4 +91,4 @@ } }, "description": "__MSG_extensionDescription__" -} \ No newline at end of file +}