diff --git a/configure.ac b/configure.ac index 5d84c145..47e99c5a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.2.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.2.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config]) diff --git a/extensions/alternate-tab/metadata.json.in b/extensions/alternate-tab/metadata.json.in index d811b547..8aa86e35 100644 --- a/extensions/alternate-tab/metadata.json.in +++ b/extensions/alternate-tab/metadata.json.in @@ -3,7 +3,7 @@ "name": "AlternateTab", "description": "A replacement for Alt-Tab, allows to cycle between windows and does not group by application", "original-authors": [ "jw@bargsten.org", "thomas.bouffon@gmail.com" ], -"shell-version": [ "@shell_current@" ], +"shell-version": [ "@shell_current@", "3.2" ], "localedir": "@LOCALEDIR@", "url": "@url@" } diff --git a/extensions/dock/metadata.json.in b/extensions/dock/metadata.json.in index dce4a882..96237b49 100644 --- a/extensions/dock/metadata.json.in +++ b/extensions/dock/metadata.json.in @@ -3,7 +3,7 @@ "name": "Dock", "description": "A dock for the GNOME Shell -- displays favorite and running applications", "original-author": "tclaesson@gmail.com", -"shell-version": [ "@shell_current@" ], +"shell-version": [ "@shell_current@", "3.2" ], "localedir": "@LOCALEDIR@", "url": "@url@" }