From 0102b2800acfa4a87d20afffb6b808bb324d871e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 5 Mar 2018 23:42:34 +0100 Subject: [PATCH] Bump version to 3.27.92 Update NEWS. --- NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f20ad927..4182b509 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +3.27.92 +======= + +Contributors: + Florian Müllner + +Translators: + Piotr Drąg [es], GNOME Translation Robot [gd], Daniel Șerbănescu [ro] + 3.27.91 ======= * places-menu: Support unmounting ejectable places [Rémy; #17] diff --git a/meson.build b/meson.build index 8ca83a9d..3e0cdbdd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.27.91', + version: '3.27.92', meson_version: '>= 0.44.0', license: 'GPL2+' )