From 60d639b310b8d6c52139f2d8b31b97943a9a604e Mon Sep 17 00:00:00 2001 From: Talal Alsubaie Date: Mon, 3 Nov 2025 13:25:30 +0300 Subject: [PATCH] Added support to gnome 49 so it can work in the newer version --- metadata.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index d719537b..9e15936a 100644 --- a/metadata.json +++ b/metadata.json @@ -4,7 +4,8 @@ "shell-version": [ "46", "47", - "48" + "48", + "49" ], "url": "https://github.com/aunetx/blur-my-shell", "uuid": "blur-my-shell@aunetx", @@ -22,4 +23,4 @@ "kofi": "aunetx" }, "version": 69 -} \ No newline at end of file +}