From de48d02c625a8a4177ff82899d68420e1585b028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 22 Oct 2022 18:11:14 +0200 Subject: [PATCH] Bump version to 43.1 Update NEWS. --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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+' )