From d7059982f0fd5f552625eba4ce0d5b6ae4a55193 Mon Sep 17 00:00:00 2001 From: Cody Garver Date: Tue, 16 Oct 2018 03:05:38 -0500 Subject: [PATCH] Release 2.1.5 --- debian/changelog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6f51ebab..7b1d8c1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +switchboard-plug-notifications (2.1.5) bionic; urgency=medium + + * New upstream release. + + -- Cody Garver Tue, 16 Oct 2018 03:05:38 -0500 + switchboard-plug-notifications (0.1.4) bionic; urgency=medium * New upstream release. diff --git a/meson.build b/meson.build index 58f8f781..8f730cb3 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'notifications', 'vala', 'c', - version: '0.1.4' + version: '2.1.5' ) gettext_name = meson.project_name() + '-plug'