diff --git a/NEWS b/NEWS index c2c5516e..6e9a44bf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +43.1 +==== +* Fixed crash [Florian; !243] +* Misc. bug fixes and cleanups [mowemcfc; !244] + +Contributors: + Florian Müllner, mowemcfc + +Translators: + Sabri Ünal [tr] + 43.0 ==== diff --git a/meson.build b/meson.build index c8d46693..0ab7e4ec 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '43.0', + version: '43.1', meson_version: '>= 0.53.0', license: 'GPL2+' )