From e96dba1995d5a76b4b37b3219dc4189102e54fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Wed, 8 Apr 2020 16:06:48 -0700 Subject: [PATCH] Release 2.1.5 (#107) * Release 2.1.5 * Update meson.build * Update bluetooth.appdata.xml.in --- data/bluetooth.appdata.xml.in | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/bluetooth.appdata.xml.in b/data/bluetooth.appdata.xml.in index aeaffc4b..311a7f05 100644 --- a/data/bluetooth.appdata.xml.in +++ b/data/bluetooth.appdata.xml.in @@ -8,6 +8,11 @@ Bluetooth Indicator Connect and disconnect paired bluetooth devices + + +

Updated translations

+
+

Updated translations

diff --git a/meson.build b/meson.build index daa0a3bf..5c456dfc 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'bluetooth', 'vala', 'c', - version: '2.1.4' + version: '2.1.5' ) gettext_name = meson.project_name() + '-indicator'