diff --git a/extensions/alternate-tab/metadata.json b/extensions/alternate-tab/metadata.json index 29df9520..58a7acb8 100644 --- a/extensions/alternate-tab/metadata.json +++ b/extensions/alternate-tab/metadata.json @@ -3,5 +3,5 @@ "name": "AlternateTab", "description": "A replacement for Alt-Tab, allows to cycle between windows and does not group by application", "original-author": "thomas.bouffon@gmail.com", -"shell-version": [ "2.91.5" ] +"shell-version": [ "2.91.5", "2.91.6" ] } diff --git a/extensions/example/metadata.json b/extensions/example/metadata.json index ff70959a..37071f48 100644 --- a/extensions/example/metadata.json +++ b/extensions/example/metadata.json @@ -1 +1,6 @@ -{"uuid": "example@gnome-shell-extensions.gnome.org", "name": "Hello, World!", "description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.", "shell-version": [ "2.91.5" ]} +{ + "uuid": "example@gnome-shell-extensions.gnome.org", + "name": "Hello, World!", + "description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.", + "shell-version": [ "2.91.6" ] +} diff --git a/extensions/windowsNavigator/metadata.json b/extensions/windowsNavigator/metadata.json index 50150ea5..deaf7d21 100644 --- a/extensions/windowsNavigator/metadata.json +++ b/extensions/windowsNavigator/metadata.json @@ -1,7 +1,7 @@ { - "shell-version": ["2.91.5"], + "shell-version": ["2.91.5", "2.91.6"], "uuid": "windowsNavigator@gnome-shell-extensions.gnome.org", "original-author": "zaspire@rambler.ru", "name": "windowNavigator", "description": "Allow keyboard selection of windows and workspaces in overlay mode" -} \ No newline at end of file +} diff --git a/extensions/xrandr-indicator/metadata.json b/extensions/xrandr-indicator/metadata.json index 1cc3c558..5021cc44 100644 --- a/extensions/xrandr-indicator/metadata.json +++ b/extensions/xrandr-indicator/metadata.json @@ -1,6 +1,6 @@ { "uuid": "xrandr-indicator@gnome-shell-extensions.gnome.org", "name": "Monitor Status Indicator", -"description": "Add a systems status menu for rotating monitors (overrides what is currently provided by gnome-settings-daemon)" -"shell-version": [ "2.91.5" ] +"description": "Add a systems status menu for rotating monitors (overrides what is currently provided by gnome-settings-daemon)", +"shell-version": [ "2.91.5", "2.91.6" ] }