From 64ac0db83952ee99ae46915bbb527b06168d79fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Mon, 25 Nov 2019 08:42:53 -0800 Subject: [PATCH] Release 2.1.4 (#98) * Release 2.1.4 * Update meson.build * Update bluetooth.appdata.xml.in --- data/bluetooth.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/bluetooth.appdata.xml.in b/data/bluetooth.appdata.xml.in index 5a754b83..936b0591 100644 --- a/data/bluetooth.appdata.xml.in +++ b/data/bluetooth.appdata.xml.in @@ -8,7 +8,7 @@ Bluetooth Indicator Connect and disconnect paired bluetooth devices - +

Updated translations

diff --git a/meson.build b/meson.build index 9fa19add..243ade68 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'bluetooth', 'vala', 'c', - version: '2.1.3' + version: '2.1.4' ) gettext_name = meson.project_name() + '-indicator'