Skip to content

Commit 0809b75

Browse files
authored
Release 8.0.0 (#79)
1 parent c58abf2 commit 0809b75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/agent-polkit.metainfo.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<screenshots>
1717
<screenshot type="default">
18-
<image>https://raw.githubusercontent.com/elementary/pantheon-agent-polkit/master/data/screenshot.png</image>
18+
<image>https://raw.githubusercontent.com/elementary/pantheon-agent-polkit/8.0.0/data/screenshot.png</image>
1919
</screenshot>
2020
</screenshots>
2121

@@ -38,7 +38,7 @@
3838
<update_contact>contact_at_elementary.io</update_contact>
3939

4040
<releases>
41-
<release version="8.0.0" date="2024-05-08" urgency="medium">
41+
<release version="8.0.0" date="2024-05-32" urgency="medium">
4242
<description>
4343
<ul>
4444
<li>Update to the latest platform libraries</li>

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.desktop.agent-polkit',
33
'vala', 'c',
4-
version: '1.0.5'
4+
version: '8.0.0'
55
)
66

77
install_path = join_paths(get_option('prefix'), get_option('libexecdir'), 'policykit-1-pantheon')

0 commit comments

Comments
 (0)