From 22131401091c724c58b9310e6f005872f945ba0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Tue, 1 Aug 2023 13:44:00 -0700 Subject: [PATCH] Release 7.2.0 (#922) Co-authored-by: Ryan Kornheisl --- data/mail.metainfo.xml.in | 6 +++--- meson.build | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/mail.metainfo.xml.in b/data/mail.metainfo.xml.in index ee7c5db11..dc18afcae 100644 --- a/data/mail.metainfo.xml.in +++ b/data/mail.metainfo.xml.in @@ -23,10 +23,10 @@ - https://raw.githubusercontent.com/elementary/mail/7.1.0/data/screenshot.png + https://raw.githubusercontent.com/elementary/mail/7.2.0/data/screenshot.png - https://raw.githubusercontent.com/elementary/mail/7.1.0/data/screenshot-compose.png + https://raw.githubusercontent.com/elementary/mail/7.2.0/data/screenshot-compose.png @@ -67,7 +67,7 @@ contact_at_elementary.io - +

Improvements:

    diff --git a/meson.build b/meson.build index 79e715cf0..9e0d83932 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.mail', 'vala', 'c', - version: '7.1.0' + version: '7.2.0' ) gnome = import('gnome')