From 8a9aa6a818e4f3070403b908dfb9fc2f21fec3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 3 Aug 2024 19:51:04 +0200 Subject: [PATCH] Bump version to 47.beta Update NEWS. --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9f361b3d..33162594 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +47.beta +======= +* window-list: Modernize styling [Jakub; !330] +* Include "status-icons" extension [Florian; !194] +* Misc. bug fixes and cleanups [Florian; !328, !331, !327] + +Contributors: + Florian Müllner, Jakub Steiner + +Translators: + Sabri Ünal [tr], Chao-Hsiung Liao [zh_TW] + 47.alpha ======== * Improve workspace previews in window-list and workspace-indicator diff --git a/meson.build b/meson.build index ced996c7..9574fd3b 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later project('gnome-shell-extensions', - version: '47.alpha', + version: '47.beta', meson_version: '>= 0.58.0', license: 'GPL2+' )