diff --git a/NEWS b/NEWS index 8066a9cc..5457d17a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +42.3 +==== +* screenshot-window-sizer: Fix reported sizes on wayland [Florian; !232] +* window-list: Improve touch support [Florian; !233] + +Contributors: + Florian Müllner + 42.2 ==== * native-window-placement: Adjust to gnome-shell 42 changes [Florian; !229] diff --git a/meson.build b/meson.build index 91c3a6f9..25af71e0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '42.2', + version: '42.3', meson_version: '>= 0.53.0', license: 'GPL2+' )