From 97623fce7706e2a09a4719b83870d6636b8f0691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 29 Jun 2023 11:10:58 -0700 Subject: [PATCH] Release 7.0.1 (#205) --- data/bluetooth.metainfo.xml.in | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/bluetooth.metainfo.xml.in b/data/bluetooth.metainfo.xml.in index b0e22546..f3ca9281 100644 --- a/data/bluetooth.metainfo.xml.in +++ b/data/bluetooth.metainfo.xml.in @@ -14,7 +14,7 @@ - https://raw.githubusercontent.com/elementary/wingpanel-indicator-bluetooth/7.0.0/data/screenshot.png + https://raw.githubusercontent.com/elementary/wingpanel-indicator-bluetooth/7.0.1/data/screenshot.png @@ -29,7 +29,7 @@ contact_at_elementary.io - +

Minor updates:

    diff --git a/meson.build b/meson.build index fedcb350..a6566246 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'bluetooth', 'vala', 'c', - version: '7.0.0' + version: '7.0.1' ) gettext_name = meson.project_name() + '-indicator'