Bump version to 40.5

Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/201>
This commit is contained in:
Florian Müllner
2021-12-11 14:11:42 +01:00
parent 721d7b271a
commit c08aff38d2
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@@ -1,3 +1,12 @@
40.5
====
* native-window-placement: Fix distorted layout in app grid [Sebastian; !189]
* window-list: Fix on-screen keyboard [Florian; !199]
* Misc. bug fixes [Neal; !195]
Contributors:
Neal Gompa, Sebastian Keller, Florian Müllner
40.4
====
* drive-menu: Fix indicator visibility [Florian; !176]

View File

@@ -1,5 +1,5 @@
project('gnome-shell-extensions',
version: '40.4',
version: '40.5',
meson_version: '>= 0.44.0',
license: 'GPL2+'
)