From 1e50748c380d0651a69783686bcdb482592636e2 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Thu, 4 Jan 2024 17:06:49 +0000 Subject: [PATCH] 0.3.3 --- debian/changelog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 88793e7..667300b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfce4-xapp-status-plugin (0.3.3) virginia; urgency=medium + + * l10n: Update translations + + -- Clement Lefebvre Thu, 04 Jan 2024 17:06:25 +0000 + xfce4-xapp-status-plugin (0.3.2) virginia; urgency=medium * l10n: Update translations diff --git a/meson.build b/meson.build index e18fbd1..fd70c11 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('xfce4-xapp-status-plugin', 'c', - version : '0.3.2' + version : '0.3.3' ) gnome = import('gnome')