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 d4853a8 commit 4cb0997Copy full SHA for 4cb0997
data/desktop.metainfo.xml.in
@@ -43,6 +43,15 @@
43
<update_contact>contact_at_elementary.io</update_contact>
44
45
<releases>
46
+ <release version="8.0.1" date="2024-08-19" urgency="medium">
47
+ <description>
48
+ <p>Other updates:</p>
49
+ <ul>
50
+ <li>Updated translations</li>
51
+ </ul>
52
+ </description>
53
+ </release>
54
+
55
<release version="8.0.0" date="2024-07-29" urgency="medium">
56
<description>
57
<p>New Features:</p>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'desktop',
3
'vala', 'c',
4
- version: '8.0.0'
+ version: '8.0.1'
5
)
6
gettext_name = 'io.elementary.settings.' + meson.project_name()
7
gnome = import('gnome')
0 commit comments