diff --git a/NEWS b/NEWS index 47f723be..072c90a5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +3.14.2 +====== +* drive-menu: Update for nautilus/gnome-shell changes + 3.14.1 ====== * alternateTab: Fix dismissing popup with Escape diff --git a/configure.ac b/configure.ac index be9ef6a9..7736432d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.14.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.14.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])