From 074cf921cbd6ea3b99525bab3ca93a138ce7ff04 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Sun, 21 Jul 2024 10:45:08 +0100 Subject: [PATCH] 0.3.6 --- debian/changelog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0dad1a0..13d1858 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfce4-xapp-status-plugin (0.3.6) wilma; urgency=medium + + * l10n: Update translations + + -- Clement Lefebvre Sun, 21 Jul 2024 10:44:44 +0100 + xfce4-xapp-status-plugin (0.3.5) wilma; urgency=medium * l10n: Update translations diff --git a/meson.build b/meson.build index dbe9910..fa03b7f 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xfce4-xapp-status-plugin', 'c', version : '0.3.5') +project('xfce4-xapp-status-plugin', 'c', version : '0.3.6') gnome = import('gnome') pkg = import('pkgconfig')