From 8a8c58afa7399cfaeb3773680d99fc9fd1a6fc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Pa=C5=84kowski?= Date: Fri, 27 Sep 2024 20:52:25 +0200 Subject: [PATCH] Update compatible Gnome Shell versions --- README.md | 2 +- metadata.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23e9c8e..72bddb4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It does so by: This extension was tested with: -* GNOME Shell versions: 3.36, 3.38, 40, 42; +* GNOME Shell versions: 3.36, 3.38, 40, 42, 44; * Zoom desktop app for Linux versions: 5.x.x, 6.x.x. However, it may work with older versions as well. diff --git a/metadata.json b/metadata.json index acb9e3d..5db5c8c 100644 --- a/metadata.json +++ b/metadata.json @@ -2,7 +2,7 @@ "uuid": "zilence@apankowski.github.com", "name": "Zilence", "description": "Turns off notifications while sharing screen during a Zoom call", - "shell-version": ["3.36", "3.38", "40", "42"], + "shell-version": ["3.36", "3.38", "40", "42", "44"], "url": "https://github.com/apankowski/zilence", - "version": 4 + "version": 5 }