From 14c60eb9549784d1eaf3e2e0b5dac9894e39a5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 10 Jul 2022 14:33:17 +0200 Subject: [PATCH] Bump version to 43.alpha Update NEWS. --- NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5457d17a..58d7dc86 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +43.alpha +======== + +Contributors: + Florian Müllner + +Translators: + Marco Ciampa [it] + 42.3 ==== * screenshot-window-sizer: Fix reported sizes on wayland [Florian; !232] diff --git a/meson.build b/meson.build index 25af71e0..44ed0bc9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '42.3', + version: '43.alpha', meson_version: '>= 0.53.0', license: 'GPL2+' )