From 5d2b063e86d4ea46ba6d5681fe9d398cd6c6a96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 21 Oct 2022 15:07:24 -0700 Subject: [PATCH] Release 2.1.6 (#57) --- data/sharing.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/sharing.appdata.xml.in b/data/sharing.appdata.xml.in index 7a6acd4c..f8e200cd 100644 --- a/data/sharing.appdata.xml.in +++ b/data/sharing.appdata.xml.in @@ -7,7 +7,7 @@ preferences-system-sharing sharing-plug - +
  • Updated translations
  • diff --git a/meson.build b/meson.build index 9ce61a66..52c847e3 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'sharing', 'vala', 'c', - version: '2.1.5' + version: '2.1.6' ) gettext_name = meson.project_name() + '-plug' gnome = import('gnome')