From 69895bd02627459999106890e5ecdd49ccd706c9 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Wed, 10 Jul 2019 11:26:30 +0200 Subject: [PATCH] 2.2.1 --- debian/changelog | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9566049..16976d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +xed (2.2.1) tina; urgency=medium + + [ Alexander Drozdov ] + * Automatically open new Xed window on current workspace... (#319) + + [ Clement Lefebvre ] + * l10n: Update translations + + -- Clement Lefebvre Wed, 10 Jul 2019 11:26:12 +0200 + xed (2.2.0) tina; urgency=medium [ Eli Schwartz ] diff --git a/meson.build b/meson.build index f359865..ff2feb3 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '2.2.0') +project('xed', 'c', version : '2.2.1') gnome = import('gnome') i18n = import('i18n')