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'