Bump version to 45.2

Update NEWS.
This commit is contained in:
Florian Müllner
2023-12-01 20:15:09 +01:00
parent 8ed3b72a56
commit b02e43d84c
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@@ -1,3 +1,14 @@
45.2
====
* window-list: Fix buttons not being clickable at the screen edge
[Florian; !291]
* window-list: Really fix initial preview visibility [Florian; !292]
* workspace-indicator: Really fix initial preview visibility [Florian; !292]
* Misc. bug fixes and cleanups [Florian; !290]
Contributors:
Florian Müllner
45.1
====
* workspace-indicator: Fix initial preview visibility [Florian; !280]

View File

@@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
project('gnome-shell-extensions',
version: '45.1',
version: '45.2',
meson_version: '>= 0.58.0',
license: 'GPL2+'
)