From bca459c6d5beaabac6218caf7114f3099f52329e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 13 Jan 2025 16:36:33 +0100 Subject: [PATCH] Bump version to 46.4 Update NEWS. --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d4cc9b0c..42177571 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +46.4 +==== +* Update template CI images to fix release pipeline [Florian; !377] + +Contributors: + Florian Müllner + 46.3 ==== * places-menu: Fix a11y labelling [Florian; #542] diff --git a/meson.build b/meson.build index aee37a0b..46e6ec3b 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '46.3', + version: '46.4', meson_version: '>= 0.58.0', license: 'GPL-2.0-or-later', )