From 7f030df9adfa051e38c068893440dbf981d41ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 26 Jul 2024 10:09:35 -0700 Subject: [PATCH] Release 8.0.0 (#235) --- data/applications.metainfo.xml.in | 8 ++++---- meson.build | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/applications.metainfo.xml.in b/data/applications.metainfo.xml.in index 34a298ea..e6761d71 100644 --- a/data/applications.metainfo.xml.in +++ b/data/applications.metainfo.xml.in @@ -12,13 +12,13 @@ - https://raw.githubusercontent.com/elementary/switchboard-plug-applications/7.0.1/data/screenshot-permissions.png + https://raw.githubusercontent.com/elementary/switchboard-plug-applications/8.0.0/data/screenshot-permissions.png - https://raw.githubusercontent.com/elementary/switchboard-plug-applications/7.0.1/data/screenshot-defaults.png + https://raw.githubusercontent.com/elementary/switchboard-plug-applications/8.0.0/data/screenshot-defaults.png - https://raw.githubusercontent.com/elementary/switchboard-plug-applications/7.0.1/data/screenshot-startup.png + https://raw.githubusercontent.com/elementary/switchboard-plug-applications/8.0.0/data/screenshot-startup.png @@ -37,7 +37,7 @@ contact_at_elementary.io - +

A Big Redesign!

    diff --git a/meson.build b/meson.build index c53921b8..36c7d12c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'applications', 'vala', 'c', - version: '7.0.1' + version: '8.0.0' ) gettext_name = 'io.elementary.settings.' + meson.project_name()