From 67d2e2f623478bb284f86bc0455c969db5525ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 7 Jul 2020 18:47:17 +0200 Subject: [PATCH] Bump version to 3.37.3 Update NEWS. --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9c961a6d..73641fa1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.37.3 +====== +* window-list, native-window-placement: Adjust to shell changes [Florian; !124] + +Contributors: + Florian Müllner + +Translators: + Jordi Mas [ca], sicklylife [ja], Boyuan Yang [zh_CN], + Baurzhan Muftakhidinov [kk] + 3.37.2 ====== * window-list, auto-move: Modernize preference dialogs [Florian; !121] diff --git a/meson.build b/meson.build index 4db69fab..4798934c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.37.2', + version: '3.37.3', meson_version: '>= 0.44.0', license: 'GPL2+' )