From 75919911f538f8441ec7ca082e60f6e5bad3dd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 24 Aug 2020 18:09:27 +0200 Subject: [PATCH] Bump version to 3.37.91 Update NEWS. --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ffd59599..fee3a699 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.37.91 +======= + +Contributors: + Florian Müllner + +Translators: + Fran Dieguez [gl], Akarshan Biswas [bn_IN], Kukuh Syafaat [id], + Piotr Drąg [pl], Rafael Fontenelle [pt_BR], Jiri Grönroos [fi], + Марко Костић [sr], Goran Vidović [hr] + 3.37.90 ======= * Misc. bug fixes and cleanups [Florian, Piotr; !126, !128] diff --git a/meson.build b/meson.build index e7d32171..955bd8e5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.37.90', + version: '3.37.91', meson_version: '>= 0.44.0', license: 'GPL2+' )