From 7ec29c66cb853dd0f9ce34597760e497d2f9477e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Wed, 1 Apr 2020 16:40:00 -0700 Subject: [PATCH] Release 2.1.6 (#65) * Release 2.1.6 * Update meson.build --- data/io.elementary.switchboard.notifications.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/io.elementary.switchboard.notifications.appdata.xml.in b/data/io.elementary.switchboard.notifications.appdata.xml.in index 4c437f55..23baef9a 100644 --- a/data/io.elementary.switchboard.notifications.appdata.xml.in +++ b/data/io.elementary.switchboard.notifications.appdata.xml.in @@ -5,7 +5,7 @@ Notifications Configure notification bubbles, sounds, and notification center - +

Updated translations

diff --git a/meson.build b/meson.build index cc47eadb..220124f0 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'notifications', 'vala', 'c', - version: '2.1.5' + version: '2.1.6' ) gettext_name = meson.project_name() + '-plug'