From 140437f62190cd39487dffeb45f12f2081d969de Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Fri, 20 Jun 2025 01:14:14 -0500 Subject: [PATCH] Update version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c881f06..94973e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "AI Filter", - "version": "0.1", + "version": "1.0", "default_locale": "en-US", "applications": { "gecko": { "id": "ai-filter@example" } }, "background": { "scripts": [ "background.js" ] },