From d329ea2a94a7313ce579d1ef24ba0390e93eac69 Mon Sep 17 00:00:00 2001 From: Cody Garver Date: Tue, 3 Oct 2017 15:39:03 -0500 Subject: [PATCH] Release 0.1.3 --- CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2b41064..ee691b43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set (PLUGTITLE "Notifications") # The symbolic name of the Icon to use for the plug set (PLUGICON "application-default-icon") # Set the version for the plug -set (VERSION "0.1.2") +set (VERSION "0.1.3") project (${PLUGNAME}) diff --git a/debian/changelog b/debian/changelog index 6f1310f4..6db10ea5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +switchboard-plug-notifications (0.1.3) xenial; urgency=medium + + * New upstream release. + + -- Cody Garver Tue, 03 Oct 2017 15:38:23 -0500 + switchboard-plug-notifications (0.1.2) xenial; urgency=medium * New upstream release.