From 5426bd87d06bdb8bb7294f80197e94b1e44b5dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Tue, 27 Jun 2023 09:09:11 -0700 Subject: [PATCH] Release 7.0.0 (#355) --- data/display.metainfo.xml.in | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/display.metainfo.xml.in b/data/display.metainfo.xml.in index 4a078910..8101fcb8 100644 --- a/data/display.metainfo.xml.in +++ b/data/display.metainfo.xml.in @@ -13,7 +13,7 @@ - https://raw.githubusercontent.com/elementary/switchboard-plug-display/master/data/screenshot.png + https://raw.githubusercontent.com/elementary/switchboard-plug-display/7.0.0/data/screenshot.png @@ -28,7 +28,7 @@ contact_at_elementary.io - +

Minor updates:

    diff --git a/meson.build b/meson.build index 113b7957..20410e4f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'display', 'vala', 'c', - version: '2.3.3' + version: '7.0.0' ) gettext_name = meson.project_name() + '-plug'