diff --git a/CMakeLists.txt b/CMakeLists.txt index 2409bb67..fadad341 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ set (PLUGDESCRIPTION "Set region") # The symbolic name of the Icon to use for the plug set (PLUGICON "preferences-desktop-locale") # Set the version for the plug -set (VERSION "0.2.2") +set (VERSION "0.2.3") project (${PLUGNAME}) diff --git a/debian/changelog b/debian/changelog index 735d48ef..69764a51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +switchboard-plug-locale (0.2.3) xenial; urgency=medium + + * New upstream release. + + -- Cody Garver Mon, 22 May 2017 15:19:09 -0500 + switchboard-plug-locale (0.2.2) xenial; urgency=medium * New upstream release.