We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01e6aa commit c18a5a5Copy full SHA for c18a5a5
data/io.elementary.mail.appdata.xml.in
@@ -22,7 +22,7 @@
22
<binary>io.elementary.mail</binary>
23
</provides>
24
<releases>
25
- <release version="6.4.1" date="2022-05-15" urgency="medium">
+ <release version="7.0.0" date="2022-05-23" urgency="medium">
26
<description>
27
<p>Fixes:</p>
28
<ul>
@@ -33,6 +33,7 @@
33
<p>Improvements:</p>
34
35
<li>Updated app icon</li>
36
+ <li>New design</li>
37
<li>Updated translations</li>
38
</ul>
39
</description>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'io.elementary.mail',
3
'vala', 'c',
4
- version: '6.4.0'
+ version: '7.0.0'
5
)
6
7
gnome = import('gnome')
0 commit comments