Update for new GNOME Shell release

Mark that all published extensions support 2.91.6
This commit is contained in:
Giovanni Campagna
2011-02-01 21:52:26 +01:00
parent 79a66c0679
commit 1dc3866aa3
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -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" ]
}
+6 -1
View File
@@ -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" ]
}
+2 -2
View File
@@ -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"
}
}
+2 -2
View File
@@ -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" ]
}