Skip to content

Commit

Permalink
Adds support for GNOME Shell v40
Browse files Browse the repository at this point in the history
  • Loading branch information
apankowski committed May 1, 2022
1 parent 2c7bf1a commit ada3b9f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ It does so by:

This extension was tested with:

* GNOME Shell versions: 3.36 and 3.38,
* Zoom Client for Linux versions: 5.4.2, 5.4.9, 5.9.0.
* GNOME Shell versions: 3.36, 3.38, 40;
* Zoom Client for Linux versions: 5.4.2, 5.4.9, 5.9.0, 5.9.1.

However, it may work with older versions as well.

Expand Down
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Zilence extension for Gnome Shell.
* Copyright 2021 Andrzej Pańkowski
* Copyright 2021-2022 Andrzej Pańkowski
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"uuid": "[email protected]",
"name": "Zilence",
"description": "Turns off notifications while sharing screen during a Zoom call",
"shell-version": ["3.36", "3.38"],
"shell-version": ["3.36", "3.38", "40"],
"url": "https://github.com/apankowski/zilence",
"version": 2
"version": 3
}
2 changes: 1 addition & 1 deletion notifications.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Zilence extension for Gnome Shell.
* Copyright 2021 Andrzej Pańkowski
* Copyright 2021-2022 Andrzej Pańkowski
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit ada3b9f

Please sign in to comment.