Skip to content

Commit fd7ce18

Browse files
authored
Release 7.0.1 (#826)
1 parent c397093 commit fd7ce18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/mail.metainfo.xml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323

2424
<screenshots>
2525
<screenshot type="default">
26-
<image>https://raw.githubusercontent.com/elementary/mail/7.0.0/data/screenshot.png</image>
26+
<image>https://raw.githubusercontent.com/elementary/mail/7.0.1/data/screenshot.png</image>
2727
</screenshot>
2828
<screenshot>
29-
<image>https://raw.githubusercontent.com/elementary/mail/7.0.0/data/screenshot-compose.png</image>
29+
<image>https://raw.githubusercontent.com/elementary/mail/7.0.1/data/screenshot-compose.png</image>
3030
</screenshot>
3131
</screenshots>
3232

@@ -67,7 +67,7 @@
6767
<update_contact>contact_at_elementary.io</update_contact>
6868

6969
<releases>
70-
<release version="7.0.1" date="2023-02-06" urgency="medium">
70+
<release version="7.0.1" date="2023-03-14" urgency="medium">
7171
<description>
7272
<p>Improvements:</p>
7373
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.mail',
33
'vala', 'c',
4-
version: '7.0.0'
4+
version: '7.0.1'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)