Add 3.2 tags to supported version

This is the stable release, so we support all of GNOME Shell
stable cycle without updates.
(As said earlier, dock and alternate-tab have issues, so they're
not marked 3.2 but just 3.2.0)
This commit is contained in:
Giovanni Campagna
2011-10-03 17:33:28 +01:00
parent c256ed802b
commit 00bb650c6c
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"uuid": "@uuid@",
"name": "Hello, World!",
"description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.",
"shell-version": [ "@shell_current@" ],
"shell-version": [ "@shell_current@", "3.2" ],
"localedir": "@LOCALEDIR@",
"url": "@url@"
}