diff --git a/NEWS b/NEWS index 3886d934..0bb4c56c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +41.2 +==== +* window-list: Update window tracking to avoid missing icons [Florian; #372] + +Contributors: + Florian Müllner + 41.1 ==== * native-window-placement: Fix distorted layout in app grid [Sebastian; !189] diff --git a/meson.build b/meson.build index d68e2845..0d161228 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '41.1', + version: '41.2', meson_version: '>= 0.53.0', license: 'GPL2+' )