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 d6034f2 commit 540830bCopy full SHA for 540830b
2 files changed
data/settings.appdata.xml.in
@@ -15,7 +15,7 @@
15
16
<screenshots>
17
<screenshot type="default">
18
- <image>https://raw.githubusercontent.com/elementary/switchboard/main/data/screenshot.png</image>
+ <image>https://raw.githubusercontent.com/elementary/switchboard/8.0.0/data/screenshot.png</image>
19
</screenshot>
20
</screenshots>
21
@@ -38,7 +38,7 @@
38
<update_contact>contact_AT_elementary.io</update_contact>
39
40
<releases>
41
- <release version="8.0.0" date="2024-05-08" urgency="medium">
+ <release version="8.0.0" date="2024-05-21" urgency="medium">
42
<description>
43
<p>App Updates:</p>
44
<ul>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'io.elementary.settings',
3
'c', 'vala',
4
- version: '6.0.2',
+ version: '8.0.0',
5
)
6
7
lib_version = '2.0'
0 commit comments