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 90a9c7a commit c1c3ce5Copy full SHA for c1c3ce5
data/network.metainfo.xml.in
@@ -28,7 +28,7 @@
28
<update_contact>contact_at_elementary.io</update_contact>
29
30
<releases>
31
- <release version="8.0.1" date="2024-10-20" urgency="medium">
+ <release version="8.0.1" date="2024-10-21" urgency="medium">
32
<description>
33
<p>Minor updates</p>
34
<ul>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'network',
3
'vala', 'c',
4
- version: '8.0.0'
+ version: '8.0.1'
5
)
6
7
gettext_name = 'io.elementary.settings.' + meson.project_name()
0 commit comments