From 7b572d2d9d73ef0f47775703483e408d04c32fc7 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:43:24 -0800 Subject: [PATCH] fix manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7aa43b8..0f81e7c 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "github-a11y", "description": "This extension helps increase accessibility mindfulness while using GitHub", "devtools_page": "./devtools-feedback/devtools.html", - "version": "0.10", + "version": "0.11", "content_scripts": [ { "matches": ["https://*.github.com/*", "https://github.com/*"],